Skip to main content
Glama

recipes_mcp_connector_intake_pack

Return MCP connector intake decisions, risk findings, gaps, and promotion plans.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decisionNo
namespaceNo
candidate_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It clearly indicates a read-style retrieval operation and lists the content categories returned, which is useful. However, it does not state whether results are filtered by the optional parameters, whether the pack is generated dynamically, or any auth/rate-limit considerations.

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 a single sentence that front-loads the action and lists the result types with no wasted words. It is concise, though the compactness comes at the cost of important operational detail.

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?

While an output schema exists, the description still leaves critical gaps: it does not explain how the optional parameters shape the returned pack, when this intake pack is relevant, or how it differs from closely related MCP connector packs. For a tool with no annotations and no parameter documentation, this is not complete enough.

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

Parameters1/5

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

Schema description coverage is 0% and the description makes no mention of 'decision', 'namespace', or 'candidate_id'. The tool requires the description to compensate for the undocumented schema, but none of the parameters receive any added meaning or usage context.

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

Purpose4/5

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

The description states a specific verb ('Return') and a clear resource ('MCP connector intake decisions, risk findings, gaps, and promotion plans'), which conveys the tool's purpose. It does not explicitly contrast itself with sibling tools such as recipes_mcp_connector_trust_pack or recipes_mcp_risk_coverage_pack, so it falls short of full differentiation.

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 offers no guidance on when to use this tool versus the many sibling pack tools. It neither specifies the intended intake scenario nor namees alternatives or exclusions, leaving the agent to guess the decision boundary.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.