{"name":"a2a-agent-node","description":"A2A Agent Node","version":"1.0.0","mcp":{"endpoint":"/sse","transport":"sse","message_endpoint":"/message"},"tools":[{"name":"get_agent_identity","description":"Returns the DID of this agent","input_schema":{}},{"name":"echo","description":"Echoes back the input","input_schema":{"message":"string"}},{"name":"a2a_protocol_info","description":"Returns the general protocol info and rules for the A2A Protocol.","input_schema":{}},{"name":"a2a_check_system_status","description":"Returns the real-time on-chain data of the A2A Protocol system status.","input_schema":{}},{"name":"a2a_get_balance","description":"Returns the DAIM balance and registration status of a given wallet address.","input_schema":{"type":"object","properties":{"address":{"type":"string","description":"The 42-character wallet address starting with 0x"}},"required":["address"]}},{"name":"a2a_check_task","description":"Returns the exact status of a specific task ID.","input_schema":{"type":"object","properties":{"taskId":{"type":"number","description":"The numeric ID of the task to check"}},"required":["taskId"]}},{"name":"a2a_list_pending_tasks","description":"Returns a list of currently active pending tasks waiting for evaluation.","input_schema":{}}]}