Skip to main content
Glama

manage_mcps

Register, unregister, reconnect, list, or check status of MCP connections with support for multiple transports and persistence scopes.

Instructions

Manage MCP connections. Actions: register, unregister, reconnect, list, status. Returns text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction: register, unregister, reconnect, list, status, health_check, or list_stale_overrides
nameNoMCP name (required for register/unregister/reconnect)
typeNoTransport: command (default), sse, or streamable
commandNoExecutable for command transport
argsNoCommand arguments
envNoEnvironment variables
urlNoServer URL (HTTP transports)
headersNoHTTP headers (HTTP transports)
scopeNoPersistence: memory (default, runtime only), user (~/.config/slop-mcp/config.kdl), project (.slop-mcp.kdl)
dynamicNoAlways re-fetch tool list, skip cache
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, and the description only mentions 'Returns text' without detailing side effects, error handling, or idempotency of actions. For a management tool, behavioral details are insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (two sentences) and front-loaded with key actions. However, it could be more structured to aid quick scanning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 10 parameters, nested objects, and no output schema, the description is too brief. It omits return format, action-specific details, and important context for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with detailed parameter descriptions. The description does not add further meaning beyond the schema, so baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool manages MCP connections and lists specific actions (register, unregister, etc.), clearly distinguishing it from sibling tools like 'auth_mcp' or 'execute_tool'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, nor does it explain prerequisites or contexts where certain actions are appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/standardbeagle/slop-mcp'

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