Skip to main content
Glama

ACP-MCP-Server

start_interactive_agent

Initiate an interactive ACP agent session, enabling user input integration and communication via the ACP-MCP Server for AI agent workflows with customizable timeouts.

Instructions

Start an interactive ACP agent that may require user input

Input Schema

NameRequiredDescriptionDefault
agent_nameYes
initial_inputYes
session_idNo
timeout_minutesNo

Input Schema (JSON Schema)

{ "properties": { "agent_name": { "title": "Agent Name", "type": "string" }, "initial_input": { "title": "Initial Input", "type": "string" }, "session_id": { "default": null, "title": "Session Id", "type": "string" }, "timeout_minutes": { "default": 5, "title": "Timeout Minutes", "type": "integer" } }, "required": [ "agent_name", "initial_input" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GongRzhe/ACP-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server