Skip to main content
Glama

recipes_mcp_authorization_conformance_pack

Return MCP authorization conformance, scope-drift, and token-boundary evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decisionNo
namespaceNo
workflow_idNo
connector_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description bears the full burden of behavioral disclosure. 'Return ... evidence' implies a read-like reporting operation, but it does not say whether state is modified, whether live assessment is performed, whether permissions or prerequisites apply, or what side effects could occur. This is insufficient for a tool with no annotation safety hints.

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, front-loaded sentence with no fluff or repetition. It is easy to parse quickly. It sacrifices important detail, but that is better captued by completeness, not by length alone.

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?

Despite having an output schema, the tool lacks guidance on when to use it, what the parameters mean, and what behavioral guarantees apply. For a tool with no annotations and multiple similar siblings, this description is too thin for an agent to reliably select and invoke it correctly.

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 how 'decision', 'namespace', 'workflow_id', or 'connector_id' relate to authorization conformance, scope-drift, or token-boundary evidence. The parameter names offer weak inference, but the agent gets no concrete guidance on accepted values, filters, or required combinations.

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 a specific action ('Return') and a concrete resource ('MCP authorization conformance, scope-drift, and token-boundary evidence'). It also hints at differentiation from sibling tools like recipes_agentic_protocol_conformance_pack by focusing on authorization rather than general protocol conformance. However, it does not explicitly name any alternative or contrast with siblings.

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?

There is no guidance on when this tool should be used versus the many sibling 'pack' tools, nor what disqualifies its use. The only implied usage is that an agent needing authorization conformance evidence might choose it, but no explicit conditions or exclusions are provided.

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