Dungeon Fighter Online (DFO) is an arcade-style, side-scrolling action game with RPG elements, offering players a dynamic combat experience.
Dungeon Fighter Online (DFO) is an arcade-style, side-scrolling action game with RPG elements, offering players a dynamic combat experience. On Nagent, Dungeon Fighter Online is exposed as a fully-configurable gaming integration that any agent can call — 25 actions, and API key authentication. No code is required to wire Dungeon Fighter Online into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Dungeon Fighter Online to automate the kinds of tasks gaming teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Dungeon Fighter Online into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Dungeon Fighter Online, with input parameters and output schema. Drop these into any step of an agent built in Helix.
DUNGEON_FIGHTER_ONLINE_CHARACTER_BASE_INFORetrieves comprehensive base information for a Dungeon & Fighter Online character, including level, job details, fame, adventure/account info, and guild membership. Prerequisites: - Use GET_SERVER_LIST to obtain valid server IDs (e.g., "cain", "siroco") - Use CHARACTER_SEARCH to find character IDs by searching character names Returns character details including level, job/class information, fame points, adventure (account) name, and guild affiliation if applicable.
Input parameters
Identifier of the server where the character exists. Use GET_SERVER_LIST action to retrieve valid server IDs.
Unique identifier of the character. Use CHARACTER_SEARCH action to find valid character IDs by character name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_CHARACTER_SEARCHSearch for Dungeon Fighter Online characters by name on a specific server. Returns a list of characters matching the search criteria, including their ID, level, job information, and fame points. Use the Get Server List action first to obtain valid server IDs. Supports both exact matching and partial substring searches.
Input parameters
Maximum number of results to return (1-100, default: 10)
Server identifier (use Get Server List action to retrieve valid server IDs)
Search mode: 'match' for exact name match only, 'full' for partial substring matching
Character name to search for (case-insensitive, supports partial matching)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_CHARACTER_SKILL_BUFF_AVATARRetrieves detailed information about a character's buff skill and equipped avatars that enhance it. Returns comprehensive data including: - Buff skill details (name, ID, level, description, stat values) - Avatar equipment in buff slots (jacket, pants, etc.) - Avatar properties (rarity, clone info, option abilities) - Emblems attached to each avatar piece Use this to analyze a character's buff skill configuration, avatar setup for skill enhancement, and emblem attachments. Requires valid serverId (from GET_SERVER_LIST) and characterId (from CHARACTER_SEARCH).
Input parameters
Server ID of the character (see /df/servers)
Character unique code
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_CHARACTER_SKILL_BUFF_STATUSTool to fetch character's skill buff status information. Use when you need to know active buff statuses for a specific character.
Input parameters
Identifier of the server where the character exists.
Unique identifier of the character.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_CHARACTER_STATUS_INFOTool to retrieve status information of a specific character. Use after obtaining serverId and characterId to fetch current stats.
Input parameters
Server ID for Dungeon Fighter Online
Character ID to retrieve status for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_CHARACTER_TIMELINERetrieves the activity timeline for a specific character in Dungeon Fighter Online. Returns a chronological list of timeline events (e.g., equipment changes, level ups, achievements) for the character. Use this tool after obtaining a valid serverId from server list and characterId from character search. Returns an empty timeline if no events are available for the character.
Input parameters
Pagination cursor token for fetching the next page of results. Use the 'next' value from a previous response.
Maximum number of timeline records to retrieve per page. Defaults to API default if not specified.
ID of the server hosting the character. Use 'cain' or 'siroco' for DFO servers.
Unique 32-character hex identifier of the character obtained from character search
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_AVATARRetrieves comprehensive information about a character's equipped avatar items in Dungeon Fighter Online. Returns character details and avatar equipment across all slots (hair, face, hat, neck, jacket, pants, belt, shoes, skin, weapon) including item details, rarities, clone avatars, option abilities, and attached emblems.
Input parameters
Server ID where the character exists. Use GET_SERVER_LIST action to retrieve valid server IDs.
Unique character identifier. Use CHARACTER_SEARCH action to find character IDs by name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_BUFF_CREATURERetrieves detailed information about a character's buff skill creature equipment. Returns comprehensive data including: - Character information (name, level, job, guild) - Buff skill details (skill name, ID, level, description, stat values) - Creature equipped for the buff skill (item name, ID, rarity) Use this to analyze a character's buff skill creature configuration. Requires valid serverId (from GET_SERVER_LIST) and characterId (from CHARACTER_SEARCH). Note: Buff skill value information is provided based on the latest in-game login and can differ or be unavailable depending on character login circumstances.
Input parameters
Server ID where the character exists (e.g., 'cain', 'siroco'). Use GET_SERVER_LIST action to retrieve valid server IDs.
Character unique identifier (32-character hexadecimal string). Use CHARACTER_SEARCH action to find valid character IDs by character name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_CREATURETool to retrieve equipped creature information for a Dungeon & Fighter Online character. Use after obtaining serverId and characterId to fetch creature details.
Input parameters
Server identifier where the character exists. Use GET_SERVER_LIST action to retrieve valid server IDs.
Unique character identifier. Use CHARACTER_SEARCH action to find valid character IDs by character name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_EQUIPMENTRetrieves comprehensive equipment information for a Dungeon & Fighter Online character. Returns detailed data including: - Character base information (level, job, fame, adventure, guild) - All equipped items across 13 equipment slots - Item details (name, type, rarity, level requirements) - Enhancement information (reinforcement, amplification, refinement, enchantments) - Set item bonuses and fusion stone options - Upgrade, tuning, and exalted equipment details Prerequisites: - Use GET_SERVER_LIST to obtain valid server IDs - Use CHARACTER_SEARCH to find character IDs by name
Input parameters
Server identifier where the character exists. Use GET_SERVER_LIST action to retrieve valid server IDs.
Unique character identifier. Use CHARACTER_SEARCH action to find valid character IDs by character name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_INSIGNIARetrieves character equipped insignia (flag) information from Dungeon Fighter Online. Returns character details and equipped insignia/flag items including reinforcement skills.
Input parameters
Server ID where the character exists. Use GET_SERVER_LIST action to retrieve valid server IDs.
Unique character identifier. Use CHARACTER_SEARCH action to find character IDs by name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_SKILL_BUFFRetrieves detailed information about a character's skill buff equipment, including the buff skill details and equipment items that enhance the buff. This action returns: - Character information (name, level, job, guild) - Buff skill information (skill name, level, description) - Equipment items that provide buff bonuses (weapon, armor, accessories, title) Prerequisites: - Valid server ID (use Get Server List action) - Valid character ID (use Character Search action) Note: Buff data is based on the character's latest in-game login.
Input parameters
Identifier of the server where the character exists (e.g., 'cain' or 'siroco'). Use the Get Server List action to obtain valid server IDs.
Unique identifier of the character (32-character hexadecimal string). Use the Character Search action to find valid character IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_SKILL_STYLETool to retrieve character skill style information. Use when you need to know a character's active skills, passive skills, skill evolutions, and skill enhancements. Note: Skill enhancements through items and equipment are excluded from this response.
Input parameters
Identifier of the server where the character exists (e.g., 'cain' or 'siroco'). Use the Get Server List action to obtain valid server IDs.
Unique identifier of the character (32-character hexadecimal string). Use the Character Search action to find valid character IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_ITEM_HASHTAGSTool to retrieve the list of all available item hashtags for searching items. Use when needing to know which hashtag categories are available for item searches.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_ITEM_INFORetrieves detailed information for a specific item in Dungeon & Fighter Online. Equipment stats are shown based on Superior 100% grade values. Titles are shown based on average Ordinary grade values.
Input parameters
Unique identifier code for the item. Use SEARCH_ITEMS action to find valid item IDs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_ITEM_SHOP_INFOTool to retrieve item shop sell information for specific equipment. Use when needing to find which NPCs sell a particular item and at what price. Only supports Lv.95 Epic and Lv.100+ Unique/Legendary/Epic equipment.
Input parameters
Item unique code. Only Lv.95 Epic and Lv.100+ Unique/Legendary/Epic equipment sold in shops can be searched.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_JOBSTool to retrieve the list of all available character classes (jobs) in Dungeon Fighter Online. Use when needing to know which job classes are available in the game.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_JOB_SKILLSTool to retrieve the complete list of skills available for a specific character class and advancement. Use when you need to know what skills are available for a particular job and job growth combination.
Input parameters
Character class unique code. This identifies the base class of the character.
Character Awakening class unique code. This identifies the advancement/specialization of the class.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_MULTIPLE_ITEMSTool to retrieve detailed information for multiple items at once. Use when needing to fetch item details for up to 15 items in a single request. Duplicate item IDs will be processed only once.
Input parameters
Comma-separated list of item unique codes. Up to 15 items can be requested. Duplicate IDs will be processed only once.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_MULTIPLE_SKILLSRetrieves information for multiple skills of a character class at once. Up to 10 skills can be queried per request, with duplicate skill IDs automatically removed. Use this action when you need to fetch details for several skills simultaneously rather than making individual requests. The response includes skill names, levels, descriptions, and option values for each requested skill. Note: If invalid skill IDs are provided, they may be omitted from the response rather than causing an error.
Input parameters
Character class unique code. Identifies the job/class for which skills are being queried.
Comma-separated list of skill unique codes. Up to 10 skills can be queried at once. Duplicate skill IDs will be automatically removed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_SERVER_LISTTool to retrieve the list of available game servers. Use when needing to know which servers are available.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_GET_SKILL_INFOTool to retrieve detailed information for a specific skill of a character class. Use when you need to know skill stats, level requirements, MP costs, cooldowns, or level-by-level progression details.
Input parameters
Character class unique code. This identifier represents the character's class/job.
Skill unique code. This identifier represents the specific skill to retrieve information for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_SEARCH_CHARACTERS_BY_FAMETool to search characters by fame ranking. Only returns characters level 110 or above that have logged in within 90 days. Use when you need to find high-ranking characters based on fame points.
Input parameters
Character class unique code to filter by specific job
Number of results to return (1-100, default: 10)
Filter by character role: true for Buffer only, false for DPS only, omit to search all
Fame bracket maximum. If not specified, defaults to highest fame in the game (40,000 or higher)
Fame bracket minimum. If not specified, defaults to maxFame - 10000. Maximum search range is 10,000 fame points
Server identifier. Use 'all' to search all servers, or use Get Server List action to retrieve specific server IDs
Character advancement unique code (requires jobId to be specified)
Retrieve all related advancements when jobGrowId is specified
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_SEARCH_ITEMSSearch for Dungeon Fighter Online items by name or hashtag. Only returns items currently obtainable in-game. Supports filtering by level range and rarity. Item images available at https://img-api.dfoneople.com/df/items/{itemId}.
Input parameters
Query string for additional filters. Supports minLevel, maxLevel, and rarity filters (e.g., 'minLevel:50 maxLevel:100 rarity:Epic')
Maximum number of results to return (1-30, default: 10)
Hashtag to filter items (requires URL encoding). Supports comma-separated values for multiple hashtags. Either itemName or hashtag must be provided.
Item name to search for (requires URL encoding). Either itemName or hashtag must be provided.
Search type: 'match' for exact match, 'front' for prefix matching, 'full' for full-text search
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
DUNGEON_FIGHTER_ONLINE_SEARCH_SET_ITEMSSearch for Dungeon Fighter Online set items by name. Returns a list of set items matching the search criteria, including their unique identifiers. Supports exact match, prefix match, and full text search modes. Use URL encoding for non-ASCII characters (automatically handled).
Input parameters
Maximum number of results to return (1-100, default: 10)
Search type: 'match' for exact match, 'front' for prefix match, 'full' for full text search
Set item name to search for (URL encoding will be handled automatically)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 36 agents privately built on Nagent that already use Dungeon Fighter Online.
Build on Nagent
Connect Dungeon Fighter Online to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Dungeon Fighter Online, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Dungeon Fighter Online is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Dungeon Fighter Online is connected, you configure its 25 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Dungeon Fighter Online steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Dungeon Fighter Online event fires, the agent kicks off automatically.
Every Dungeon Fighter Online action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Dungeon Fighter Online ships with 25 pre-built gaming actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Dungeon Fighter Online together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Dungeon Fighter Online-based workflows tailored to your business.