Skip to main content
Glama

ACP-MCP-Server

add_routing_rule

Define routing rules to direct tasks to specific agents based on keywords and priority within the ACP-MCP-Server, enhancing task management and integration between ACP agents and MCP tools.

Instructions

Add a new routing rule to a strategy

Input Schema

NameRequiredDescriptionDefault
agent_nameYes
descriptionNo
keywordsYes
priorityNo
strategy_nameYes

Input Schema (JSON Schema)

{ "properties": { "agent_name": { "title": "Agent Name", "type": "string" }, "description": { "default": "", "title": "Description", "type": "string" }, "keywords": { "title": "Keywords", "type": "string" }, "priority": { "default": 5, "title": "Priority", "type": "integer" }, "strategy_name": { "title": "Strategy Name", "type": "string" } }, "required": [ "strategy_name", "keywords", "agent_name" ], "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