Skip to main content
Glama

framework_review

ICT Risk Management Framework annual review — effectiveness assessment per DORA area.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior1/5

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

There are no annotations, and the description gives no behavioral details. It does not disclose whether the tool is read-only, generates a report, modifies data, requires special permissions, or has any side effects. The word 'review' might imply a read operation, but the description does not confirm this.

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, concise sentence with no filler or redundancy. It front-loads the core purpose and is easy to parse. It earns a high score for efficiency.

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 the low complexity (no params, simple schema), the description is too sparse. It does not mention what the tool returns or produces, what 'effectiveness assessment' involves, or how it differs from the similarly named sibling 'annual_review'. A bit more context about the outcome would make it complete.

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

Parameters4/5

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

The tool has zero parameters and an empty schema, so there is no parameter information to explain. Per the baseline rule for 0-parameter tools, the description does not need to compensate for missing schema details, and it appropriately omits parameter syntax.

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 tool's purpose: it performs an annual review and effectiveness assessment of the ICT Risk Management Framework, scoped per DORA area. This is a specific verb+resource combination ('review', 'effectiveness assessment'), but it does not explicitly distinguish from the sibling tool 'annual_review', which likely has a similar function.

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 use this tool versus any of the siblings. The description only states what the tool does without mentioning prerequisites, alternatives, exclusions, or typical scenarios. This leaves the agent unsure about tool selection.

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.