# Dungeon Fighter Online AI integration on Definable

> Dungeon Fighter Online (DFO) is an arcade-style, side-scrolling action game with RPG elements, offering players a dynamic combat experience.

## What this connects

Dungeon Fighter Online (DFO) is an arcade-style, side-scrolling action game with RPG elements, offering players a dynamic combat experience.

Vendor: https://www.dfoneople.com/developers

## Tools available

**25** tools available. First 12:

- `DUNGEON_FIGHTER_ONLINE_CHARACTER_BASE_INFO` — Character Base Information — Retrieves 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.
- `DUNGEON_FIGHTER_ONLINE_CHARACTER_SEARCH` — Character Search — Search 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.
- `DUNGEON_FIGHTER_ONLINE_CHARACTER_SKILL_BUFF_AVATAR` — Get Character Skill Buff Avatar — Retrieves 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).
- `DUNGEON_FIGHTER_ONLINE_CHARACTER_SKILL_BUFF_STATUS` — Get Character Skill Buff Status — Tool to fetch character's skill buff status information. Use when you need to know active buff statuses for a specific character.
- `DUNGEON_FIGHTER_ONLINE_CHARACTER_STATUS_INFO` — Character Status Info — Tool to retrieve status information of a specific character. Use after obtaining serverId and characterId to fetch current stats.
- `DUNGEON_FIGHTER_ONLINE_CHARACTER_TIMELINE` — Character Timeline — Retrieves 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.
- `DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_AVATAR` — Get Character Avatar Equipment — Retrieves 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.
- `DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_BUFF_CREATURE` — Get Character Buff Skill Creature — Retrieves 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.
- `DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_CREATURE` — Get Character Creature — Tool to retrieve equipped creature information for a Dungeon & Fighter Online character. Use after obtaining serverId and characterId to fetch creature details.
- `DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_EQUIPMENT` — Get Character Equipment — Retrieves 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
- `DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_INSIGNIA` — Get Character Equipped Insignia — Retrieves character equipped insignia (flag) information from Dungeon Fighter Online. Returns character details and equipped insignia/flag items including reinforcement skills.
- `DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_SKILL_BUFF` — Get Character Skill Buff Equipment — Retrieves 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Dungeon Fighter Online

Inside a Definable workflow, Dungeon Fighter Online is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Dungeon Fighter Online** — the Researcher (GPT-5.5) pulls context from Dungeon Fighter Online (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Dungeon Fighter Online** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Dungeon Fighter Online (create record, post message, draft email).
- **Designer / Engineer → Distributor → Dungeon Fighter Online** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Dungeon Fighter Online (attach file, open PR comment, post status).

The Verifier checks every Dungeon Fighter Online call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- gaming — https://definable.ai/apps/category/gaming/

## Related

- HTML page: https://definable.ai/apps/dungeon_fighter_online/
- Same category (gaming): https://definable.ai/apps/category/gaming/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
