Skip to main content
Glama

check_action

Advisory check: given a described action or command the agent is about to take, return the baseline security factlets that plausibly apply, so the agent can self-correct. Advisory only — does NOT block. Real-time blocking is Kernora Agent Security's paid Integrity Plane.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesthe action/command about to run

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It honestly states that the tool is advisory-only and does NOT block, and that blocking is a paid feature. It also implies non-exhaustive matching with 'plausibly apply.' While it doesn't explicitly say it's read-only, the advisory nature strongly implies no side effects.

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 two sentences, front-loaded with the primary purpose. Every clause earns its place: the behavior, the non-blocking caveat, and the paid alternative. There is no filler or redundancy.

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

Completeness5/5

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

For a simple tool with one parameter and no output schema, the description fully captures what the agent needs to know: when to use it, what it does, and its limitations. The distinction from the paid blocking offering adds valuable context without requiring a full comparison to the sibling tool.

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

Parameters3/5

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

The schema has 100% coverage for the single 'action' parameter, with a clear description. The tool description adds only a slight rephrasing ('described action or command') and doesn't introduce new semantic details beyond what the schema already provides. Baseline 3 is appropriate when schema fully documents the parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb ('check') and resource ('action/command'), and explains the outcome: return baseline security factlets for self-correction. It distinguishes itself from the sibling tool by emphasizing the advisory, non-blocking nature, which is likely the intended contrast with get_security_baseline.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear usage context: use when the agent is about to take an action and wants advisory security feedback. It explicitly notes that it does NOT block, and mentions the paid Integrity Plane for real-time blocking, implying when the stronger alternative is needed. However, it does not explicitly compare with the sibling tool get_security_baseline or state exclusions.

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

A4.2/5.0
Disambiguation5/5

The two tools are clearly distinct: one retrieves the entire security baseline, while the other checks a specific action against that baseline. There is no overlap in their purposes, so an agent can easily choose between them.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern: 'check_action' and 'get_security_baseline'. This is consistent and predictable, making the tool surface easy to understand.

Tool Count3/5

With only two tools, the server feels thin for a security-focused utility. However, the two tools cover the essential advisory operations (obtaining the baseline and checking actions), so the count is not unreasonable for a narrowly scoped purpose.

Completeness4/5

The server covers its stated purpose: providing the baseline and enabling action checks. Minor gaps exist (e.g., no tool to inspect specific rules or handle bulk checks), but the core advisory workflow is complete.