Skip to main content
Glama

recipes_mcp_risk_coverage_pack

Return OWASP MCP and agentic-skill risk coverage mapped to generated evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
risk_idNo
risk_tierNo
source_idNo
standard_idNo
capability_idNo

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, the description carries the full burden, but it only says 'Return ... mapped to generated evidence.' It does not disclose whether evidence is generated on demand, how filters alter results, or what side effects may occur. 'Return' implies read-only, but little else is revealed.

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 single sentence is economical and free of fluff, but it sacrifices substance for brevity. There is no organization separating purpose, usage, and parameter meaning, so the conciseness does not compensate for the omitted guidance.

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?

For a tool with six optional parameters, no annotations, and 0% schema coverage, the description leaves too much undefined. The presence of an output schema reduces the need to explain return values, but the filtering semantics, meaning of 'risk coverage,' and relationship to the sibling packs remain unresolved.

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 adds no meaning to any of the six parameters: status, risk_id, risk_tier, source_id, standard_id, and capability_id. The parameter names are mildly suggestive, but without enums, formats, or descriptions, an agent has insufficient information to construct meaningful calls.

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 uses a specific verb ('Return') and names a concrete resource ('OWASP MCP and agentic-skill risk coverage') plus the output orientation ('mapped to generated evidence'). It identifies the tool's domain clearly, though it does not sharply differentiate it from the many sibling risk and coverage packs.

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 on when to select this tool over siblings such as recipes_mcp_tool_risk_contract or recipes_agentic_assurance_pack. The six optional parameters are not connected to use cases, and there are no exclusions or alternative routing cues.

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