Skip to main content
Glama

Assess action risk

assess_action_risk
Read-onlyIdempotent

Runs a deterministic, read-only preflight check. It never executes the proposed action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
contentNo

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds meaningful context beyond those: 'deterministic' and the emphatic 'never executes the proposed action,' which reinforces the safety profile. There is no contradiction with the annotations.

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?

Two sentences with no filler. The most important attributes are front-loaded: deterministic, read-only, preflight check. The second sentence earns its place by emphasizing that the action is never executed.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple two-parameter tool with strong annotations, the description covers the core safety behavior. However, with no output schema, the description does not describe what the risk assessment returns, and the optional 'content' parameter remains unexplained, leaving the tool somewhat incomplete for an agent.

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%, so the description must compensate for underdocumented parameters. The description indirectly identifies 'action' as the proposed action being checked, but 'content' is completely unexplained. This leaves a significant parameter-meaning gap.

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 verb and resource: it runs a deterministic, read-only preflight check on a proposed action. This clearly conveys what the tool does and directly distinguishes it from action-taking tools, though it does not explicitly differentiate it from the sibling get_guardrail_capabilities.

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 phrase 'preflight check' implies the tool should be used before executing an action to assess risk, but the description gives no explicit when-to-use guidance, exclusions, or alternatives. It relies on inference rather than stating usage conditions.

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.

TDQS

A3.7/5.0
Disambiguation5/5

The two tools are completely distinct: one performs risk assessment, the other returns capabilities. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern: assess_action_risk and get_guardrail_capabilities. Naming is predictable and clear.

Tool Count3/5

With only 2 tools, the server feels thin, though the narrow read-only scope keeps it from being grossly inadequate. This is borderline on the low end.

Completeness4/5

The domain of a preflight risk checker is well covered by the assess action tool and the capabilities metadata tool. Minor gaps exist, such as no tool to explain or configure risk rules, but core usage is complete.

Resources