Skip to main content
Glama

ACP-MCP-Server

provide_user_input

Resume a paused interactive agent by submitting user input via the ACP-MCP-Server, enabling continued execution of ACP-based AI agents in MCP-compatible environments.

Instructions

Provide user input to resume a waiting interactive agent

Input Schema

NameRequiredDescriptionDefault
run_idYes
user_inputYes

Input Schema (JSON Schema)

{ "properties": { "run_id": { "title": "Run Id", "type": "string" }, "user_input": { "title": "User Input", "type": "string" } }, "required": [ "run_id", "user_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