Skip to main content
Glama

Get Agent History

get_agent_history
Read-onlyIdempotent

90-day trust-score, grade, and rank history for one tracked agent — is it improving or declining?

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
name_or_repoYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
noteNo
repoNo
slugNo
countNo
historyNo
messageNo
trackedYes
window_daysNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint. Description adds the 90-day time window and data fields (trust-score, grade, rank), but does not disclose further behavioral traits like rate limits or authentication needs.

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?

Single sentence, front-loaded with agent and data scope, no wasted words. High signal-to-noise ratio.

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

Completeness3/5

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

Given output schema existence, the description covers return fields and time window. However, the input parameter is poorly explained, and no mention of pagination or error handling, leaving gaps.

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

Parameters2/5

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

Schema has 0% description coverage, and the description does not explain the parameter name_or_repo or its expected format. The agent must infer from the parameter name, which is insufficient.

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?

Description clearly states the tool retrieves history (trust-score, grade, rank) for a single agent over 90 days, using the verb 'get history'. It distinguishes from siblings like check_agent_trust (snapshot) and compare_agents (comparison).

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?

Description implies usage for historical trend analysis but does not explicitly state when to use this tool over alternatives like check_agent_trust or compare_agents, nor provides prerequisites or 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.