Skip to main content
Glama

mcpd_connect

Connect to an MCP server by ID and load its tools for immediate use, with MCPNexus no longer involved in tool calls.

Instructions

Connect directly to an MCP server by ID and load its tools. After this, the server's tools are available for direct use - MCP Nexus is no longer involved in tool calls. Use lazy_mode=True (default) to get stub tools first, then mcpd_get_schema for full schemas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lazy_modeNoIf true (default), return stub tools without schemas. Use mcpd_get_schema to fetch schemas on demand. Saves ~90%% tokens.
server_idYesID of the MCP server to connect to (from mcpd_find or mcpd_list)
Behavior4/5

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

Beyond annotations (openWorldHint=true), description explains that after connection, MCP Nexus is no longer involved and lazy_mode behavior. Adds meaningful context about side effects and state change.

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

Conciseness5/5

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

Two concise sentences that front-load the main purpose and then add essential usage guidance. No redundant information.

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

Completeness3/5

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

Provides key behavioral context but lacks detail on response format, error handling, or connection persistence. For a tool with no output schema, more completeness would help an agent.

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 tool description reinforces the usage flow but does not add new parameter-level insight beyond what the schema already provides, meeting baseline expectations.

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?

Clearly states the tool connects to an MCP server by ID and loads its tools. Distinguishes from siblings by explaining the role in the workflow (connect first, then get_schema for schemas).

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

Usage Guidelines4/5

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

Describes when to use this tool (to make server tools available) and provides a recommended flow with lazy_mode and mcpd_get_schema. Lacks explicit 'when not to use' but context is clear given sibling tools.

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/KrzysztofAugiewicz/MCPNexus'

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