Skip to main content
Glama

rate_trail

Rate a trail execution with a score from 1 to 5. Only other users' trails can be rated.

Instructions

Rate a Trail execution 1..5. Cannot rate own trail.

trail_id: the trail
execution_id: the execution to rate
rating: 1..5

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trail_idYes
execution_idYes
ratingYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states one constraint (cannot rate own trail) but omits critical details such as whether ratings are immutable, how they affect system state or karma, permission requirements, or whether a previous rating can be overwritten.

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 extremely concise, using a brief sentence to state purpose and constraint, followed by a simple list of parameters. Every word earns its place, and there is no redundancy or filler.

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?

The description does not cover side effects, output expectations (despite an output schema existing), or usage context. It lacks important details such as whether ratings are anonymous, if they influence user reputation, or how errors are handled. This leaves the agent with significant knowledge gaps for correct selection and invocation.

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 parameter descriptions in the text are minimal but provide basic mapping: 'trail_id: the trail', 'execution_id: the execution to rate', 'rating: 1..5'. Given 0% schema coverage, this adds value beyond the schema titles, though it lacks format constraints, examples, or further detail like rating precision.

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 the action is to rate a Trail execution on a scale of 1 to 5, and specifies that it cannot be applied to one's own trail. This effectively communicates the tool's core purpose and differentiates it from sibling tools such as 'execute_trail' or 'submit_action'.

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?

The description mentions a constraint ('Cannot rate own trail') but provides no guidance on when to use this tool versus alternatives like 'attest_action' or 'get_karma'. There is no explanation of prerequisites, context, or conditions under which rating is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/giskard09/argentum-core'

If you have feedback or need assistance with the MCP directory API, please join our Discord server