get_agent_info
Retrieve detailed information about a specific ACP agent by providing its name. Part of the ACP-MCP-Server, this tool enables integration between ACP-based AI agents and MCP-compatible systems.
Instructions
Get detailed information about a specific ACP agent
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agent_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"agent_name": {
"title": "Agent Name",
"type": "string"
}
},
"required": [
"agent_name"
],
"type": "object"
}