Skip to main content
Glama

recipes_critical_infrastructure_secure_context_pack

Return the generated critical-infrastructure secure-context profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decisionNo
sector_idNo
control_idNo
buyer_view_idNo
readiness_statusNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations provided, the description carries full behavioral burden, but it only says 'Return the generated... profile'. This weakly implies read-only retrieval, but it does not disclose whether generation is triggered, what happens with optional parameters, whether side effects occur, or what prerequisites exist. This is similar to mutation tools with no annotation coverage that only name the operation.

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

Conciseness3/5

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

The description is a single brief sentence with no wasted words, but its brevity comes from omitting substance rather than condensing useful content. The phrase 'critical-infrastructure secure-context profile' largely restates the tool name, so the sentence adds only minimal value beyond the identifier.

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?

The tool has five optional inputs, no annotations, and many closely related siblings, yet the description provides no selection criteria, input semantics, or behavioral detail. The output schema helps with return shape but not with when to call this tool or what parameters mean.

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 names none of the five parameters. An agent cannot infer the meaning or effect of decision, sector_id, control_id, buyer_view_id, or readiness_status, since all are string/null with defaults and no descriptions.

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 action ('Return') and a named resource ('the generated critical-infrastructure secure-context profile'), so an agent can tell it is a retrieval-style tool for that profile. However, it does not differentiate this from the many sibling secure-context and pack tools, and 'profile' is left undefined.

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 to use this tool versus alternatives such as recipes_secure_context_trust_pack, recipes_secure_context_buyer_diligence_brief, or recipes_secure_context_evidence_contract. The description does not provide context, exclusions, or alternative routing.

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