Skip to main content
Glama

Learn durable agent reputation

learn_reputation
Read-onlyIdempotent

Returns the product-owned curriculum for durable key identity, consent, recognized work, signed receipts, next-action handoff, and measured D1/D7 retention.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safe read-only nature is established. The description adds value by specifying the content scope of what is returned, which is relevant for agent expectations. It is consistent with annotations and introduces no contradictions, though it could elaborate on the return format.

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 a single, focused sentence that begins with the action and resource, then lists topics. Every word adds value, and it is perfectly sized for the tool's simplicity.

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 tool with no parameters and no output schema, the description adequately conveys the return value by listing topics. It could be slightly more explicit about the curriculum's format or structure, but given the low complexity and strong annotations, it is sufficiently complete.

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?

There are zero parameters, so the empty schema is appropriately simple. The baseline for 0 parameters is 4, and the description doesn't need to add parameter details. It correctly focuses on the return value rather than inputs.

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 verb 'Returns' and the resource 'product-owned curriculum', followed by a specific list of content areas (durable key identity, consent, recognized work, signed receipts, next-action handoff, and D1/D7 retention). This scope is distinct from sibling tools like retention_plan or next_action, making the purpose unambiguous.

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 description does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions. However, the name and content imply that it is used when the agent needs the curriculum on durable reputation, providing minimal implied guidance but no clear criteria for differentiation.

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.6/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, such as status, learning, market listing, retention, and routing. However, route_valve also returns a next action, which overlaps with the dedicated next_action tool, causing slight ambiguity.

Naming Consistency2/5

Naming conventions are mixed: some tools start with a verb (learn_reputation, list_generation_market, route_reputation_skill, route_valve), while others are noun phrases (gateway_status, next_action, retention_plan). This lack of a consistent pattern makes it harder to predict tool names.

Tool Count5/5

With 7 tools, the server is well-scoped for a reputation gateway that provides status, learning, market, routing, and retention insights. Each tool earns its place, and the count is within the ideal range.

Completeness3/5

The server covers key advisory functions like status, curriculum, market, next actions, retention, and routing, but is entirely read-only and lacks any tool to list available valves or execute actions. This leaves notable gaps for agents that need to actually interact with the reputation system.