Skip to main content
Glama

recipes_mcp_stdio_launch_boundary_pack

Return MCP STDIO launch boundaries, profiles, decisions, and evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decisionNo
launch_idNo
profile_idNo

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 carries full responsibility for behavioral disclosure. It only says 'Return' and does not explain data source, side effects, permissions, or how parameters affect the result.

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 one concise sentence with no filler, front-loaded with the verb and resource. It is brief, though the noun list is vague; that weakness belongs to other dimensions.

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?

With three optional parameters, no schema descriptions, no annotations, and many sibling packs, this single sentence is inadequate. The agent cannot determine what the tool returns exactly, how parameters interact, or how to choose this tool confidently.

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?

The schema has 0% description coverage and the description does not explain decision, launch_id, or profile_id. The words 'decisisions' and 'profiles' loosely map to two parameter names, but no actual parameter semantics are given.

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?

States a specific verb ('Return') and identifies the MCP STDIO launch boundary domain, which separates it from many sibling boundary packs. However, the phrase 'boundaries, profiles, decisions, and evidence' is vague and does not define what those objects are.

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

Usage Guidelines3/5

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

The description implies use when MCP STDIO launch boundary information is needed, and the name gives some scope. But it offers no explicit when-to-use guidance, no exclusions, and no mention of alternative sibling tools.

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