Dungeon Fighter Online
dungeon_fighter_onlineDungeon Fighter Online (DFO) is an arcade-style, side-scrolling action game with RPG elements, offering players a dynamic combat experience.
Acciones disponibles (8)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Character Base InformationDUNGEON_FIGHTER_ONLINE_CHARACTER_BASE_INFOAcciónTool to retrieve base information of a specific character. use after confirming valid server id and character id.
DUNGEON_FIGHTER_ONLINE_CHARACTER_BASE_INFOAcciónTool to retrieve base information of a specific character. use after confirming valid server id and character id.
Parámetros de entrada
server_idstringObligatorioIdentifier of the server where the character exists.
character_idstringObligatorioUnique identifier of the character.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Character SearchDUNGEON_FIGHTER_ONLINE_CHARACTER_SEARCHAcciónTool to search for characters by name on a given server. use after confirming the server id.
DUNGEON_FIGHTER_ONLINE_CHARACTER_SEARCHAcciónTool to search for characters by name on a given server. use after confirming the server id.
Parámetros de entrada
limitintegerMax results to return (1-100)
serverIdstringObligatorioServer identifier
wordTypestringenumSearch type: 'full' or 'match'
fullmatchcharacterNamestringObligatorioCharacter name to search for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Character Skill Buff AvatarDUNGEON_FIGHTER_ONLINE_CHARACTER_SKILL_BUFF_AVATARAcciónTool to fetch skill buff avatar equipment for a character. use when you need to inspect which avatars are equipped for a specific character's buff skill.
DUNGEON_FIGHTER_ONLINE_CHARACTER_SKILL_BUFF_AVATARAcciónTool to fetch skill buff avatar equipment for a character. use when you need to inspect which avatars are equipped for a specific character's buff skill.
Parámetros de entrada
serverIdstringObligatorioServer ID of the character (see /df/servers)
characterIdstringObligatorioCharacter unique code
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Character Skill Buff StatusDUNGEON_FIGHTER_ONLINE_CHARACTER_SKILL_BUFF_STATUSAcciónTool 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_SKILL_BUFF_STATUSAcciónTool to fetch character's skill buff status information. use when you need to know active buff statuses for a specific character.
Parámetros de entrada
serverIdstringObligatorioIdentifier of the server where the character exists.
characterIdstringObligatorioUnique identifier of the character.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Character Status InfoDUNGEON_FIGHTER_ONLINE_CHARACTER_STATUS_INFOAcciónTool to retrieve status information of a specific character. use after obtaining serverid and characterid to fetch current stats.
DUNGEON_FIGHTER_ONLINE_CHARACTER_STATUS_INFOAcciónTool to retrieve status information of a specific character. use after obtaining serverid and characterid to fetch current stats.
Parámetros de entrada
serverIdstringObligatorioServer ID for Dungeon Fighter Online
characterIdstringObligatorioCharacter ID to retrieve status for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Character TimelineDUNGEON_FIGHTER_ONLINE_CHARACTER_TIMELINEAcciónTool to retrieve the timeline of a specific character. use after confirming valid serverid and characterid.
DUNGEON_FIGHTER_ONLINE_CHARACTER_TIMELINEAcciónTool to retrieve the timeline of a specific character. use after confirming valid serverid and characterid.
Parámetros de entrada
nextstringPagination token for fetching the next page of results
limitintegerNumber of timeline records to retrieve
serverIdstringObligatorioID of the server hosting the character
characterIdstringObligatorioUnique identifier of the character
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Character Skill Buff EquipmentDUNGEON_FIGHTER_ONLINE_GET_CHARACTER_SKILL_BUFFAcciónTool to retrieve skill buff equipment details for a character. use after validating serverid and characterid.
DUNGEON_FIGHTER_ONLINE_GET_CHARACTER_SKILL_BUFFAcciónTool to retrieve skill buff equipment details for a character. use after validating serverid and characterid.
Parámetros de entrada
serverIdstringObligatorioIdentifier of the server where the character exists.
characterIdstringObligatorioUnique identifier of the character.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Server ListDUNGEON_FIGHTER_ONLINE_GET_SERVER_LISTAcciónTool to retrieve the list of available game servers. use when needing to know which servers are available.
DUNGEON_FIGHTER_ONLINE_GET_SERVER_LISTAcciónTool to retrieve the list of available game servers. use when needing to know which servers are available.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not