Skip to main content
Glama

AppealGo

Get one notice with its draft appeal and status

get_notice
Read-onlyIdempotent

Full detail for a notice id returned by check_notice or list_my_notices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds that this returns 'full detail' rather than a summary and constrains valid IDs to those from sibling tools. However, it does not expand on response contents or error behavior, which is acceptable but not rich.

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 one tight sentence that delivers the essential information: what it returns and where the valid input comes from. Every word earns its place, and the most important qualifier ('Full detail') is front-loaded.

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?

For a single-parameter, read-only, idempotent tool with strong annotations, the description is mostly complete. It tells the agent where to obtain a valid ID and what kind of result to expect. The absence of an output schema and the vagueness of 'full detail' are minor gaps, but not blocking for correct invocation.

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?

With 0% schema description coverage, the description carries the burden for the single 'id' parameter. It adds meaningful provenance semantics: the ID must come from check_notice or list_my_notices. This is more useful than the bare schema type string, though it does not describe format requirements.

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 identifies the resource as a single notice and specifies that it returns 'full detail' for an ID, distinguishing it from list-oriented siblings like list_my_notices and check_notice. The title further clarifies the response includes draft appeal and status. This is a specific verb+resource statement with no ambiguity.

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 explicitly tells the agent when this tool is appropriate: for a notice ID 'returned by check_notice or list_my_notices.' This provides clear context for chaining after discovery tools. It does not explicitly state when not to use it or name alternative tools, but the source constraint is strong guidance.

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