Skip to main content
Glama

recipes_mcp_server_get

Return one publicly documented MCP server with official setup and safety guidance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It states a read-like outcome ('Return one... MCP server with... guidance') but does not explain what happens for unknown server_id values, whether this relies on network access, wait times, or any limitations around the 'publicly documented' condition.

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?

The description is a single, front-loaded sentence with no filler. Every phrase contributes useful information: what is returned, its scope, and the included guidance.

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?

For a one-parameter get operation with an output schema, the description covers the essential 'what' adequately but misses the 'how to choose server_id' context and any usage guidance relative to many similar sibling tools. It is minimally viable, not complete.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain server_id beyond implying it identifies a specific MCP server. The parameter name is intuitive, but the description adds no format, source, or lookup semantics, leaving the agent to infer how to populate it correctly.

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 clearly states the verb ('Return') and the resource ('one publicly documented MCP server'), and it specifies what the result includes: 'official setup and safety guidance.' It is not fully distinguished from closely related siblings like recipes_mcp_servers_list or recipes_server_info, but the singular 'one' and the 'publicly documented' qualifier supply meaningful scope.

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?

No guidance is provided about when to choose this tool over the many sibling tools, such as recipes_mcp_servers_list or recipes_get. The phrase 'publicly documented' hints at one selection criterion, but there is no explicit when-to-use, when-not-to-use, or alternative recommendation.

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.

Resources