Skip to main content
Glama

check_status

Read-only

INFLUENCE — the status of a check request by id: queued, in_review, running, done, rejected or needs_info, with any notes shared by the reviewer. The id identifies the request, but the Influence plan is now required to read it back. To report an error for free, use report_correction or open an issue on the provider's api-evangelist repo. Priced B1 (single-entity synthesis) — $0.01 per call under pay-as-you-go; included in Understanding and Influence. See apis://prices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
contextNoOptional: why you are asking. One sentence — the task you are trying to complete, or what you expect to get back. Never included in the answer and never used to rank; it is read only when a result turns out to be wrong, which is when knowing the intent is what makes the report actionable.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already mark readOnlyHint=true; the description adds a plan requirement, pricing under pay-as-you-go, plan inclusion, and the fact that reviewer notes are returned. It does not describe failure behavior for unknown ids or rate limits, but given the read-only annotation, the added context is meaningful and non-contradictory.

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

Conciseness4/5

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

Dense but each sentence adds information: status list, plan requirement, error-reporting path, and pricing. The leading 'INFLUENCE —' and the trailing 'See apis://prices' are slightly extraneous, but the overall length is appropriate for the behavioral and cost information conveyed.

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

Completeness4/5

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

The operation is simple; the description covers what is returned (statuses and notes), the required plan, pricing, and an error-handling alternative. With no output schema, it reasonably explains the return shape, though it omits behavior for invalid or unknown ids and any polling guidance.

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 documents context but not id (50% coverage); the description says 'The id identifies the request,' which adds only minimal semantics and no format or example. The context parameter is already fully described in the schema, and the description does not add to it. Thus the description partially compensates for the missing id documentation but not richly.

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?

Clearly identifies the resource as 'a check request by id' and enumerates the possible statuses (queued, in_review, running, done, rejected, needs_info), so an agent can tell this is a status lookup. The opening 'INFLUENCE —' is stylized and lacks an explicit verb like 'retrieves' or 'returns', and it does not contrast with sibling lookups such as my_checks or request_check, so it stops short of a 5.

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?

States the precondition that the Influence plan is required and explicitly says to use report_correction or the api-evangelist repo for error reporting, giving a when-not and an alternative. It does not spell out when to prefer this over related check-management tools (e.g., my_checks, request_check), so usage guidance is strong but not exhaustive.

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