Skip to main content
Glama

get_agent_history

Retrieve an agent's past decisions and current reputation score to check standing before actions or review reasons after a WARN/BLOCK.

Instructions

Return this agent's past decisions and current reputation score.

Useful before evaluate_action if you want to check standing first, or after a WARN/BLOCK to review why.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It indicates a read operation ('Return') and provides workflow context, but doesn't disclose permissions, side effects, rate limits, or other behavioral traits. The usage timing adds some value but not deep behavioral insight.

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?

Two sentences, front-loaded with the main action, and no redundant information. The first sentence states purpose, the second adds usage guidance. Every word earns its place.

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?

This is a simple one-parameter tool with an output schema, so the description need not detail return values. It covers what the tool does and when to use it. However, it omits explicit read-only confirmation and parameter details, which are minor gaps given the tool's simplicity.

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 description coverage is 0% for agent_id, and the description doesn't explain the parameter's format, source, or meaning beyond the vague 'this agent's.' It does not compensate for the missing schema description, leaving the agent to infer from the parameter name alone.

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 a specific verb and resource: 'Return this agent's past decisions and current reputation score.' It distinguishes itself from the sibling tool evaluate_action by focusing on history/reputation rather than action evaluation.

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 says when to use the tool: 'before evaluate_action if you want to check standing first, or after a WARN/BLOCK to review why.' It also names the sibling evaluate_action. However, it lacks an explicit 'when not to use' statement, so it doesn't fully earn a 5.

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/rudimentall1/agentic-wallet-guardian-v3'

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