Skip to main content
Glama

list_agent_history

Read-onlyIdempotent

Review the complete change history of an AI agent, including schema, trigger, and MCP server updates. Filter the timeline by resource type to track specific modifications.

Instructions

Timeline completa de todas as alterações de um agente (schemas, triggers, MCP servers). Filtrável por tipo de recurso.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoLimite de resultados (default: 50)
offsetNoOffset para paginação
agent_idYesUUID do agente
resource_typeNoFiltrar por tipo de recurso
Install Server

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so there is no contradiction. The description adds modest value by clarifying that the timeline covers schemas, triggers, and MCP servers and is filterable by resource type. It does not explain ordering, pagination behavior, auth requirements, or the shape of returned entries.

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 compact, front-loaded with the core action and object, and each clause earns its place. The filterability note is a short, separate sentence that adds useful information without bloat.

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?

The essential call contract is present: required agent_id, optional resource_type filter, and pagination parameters are all covered by schema and description. However, without an output schema, the description does not clarify what a timeline entry contains, and it does not route the agent away from overlapping history/version tools. It is adequate but not complete.

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?

Schema description coverage is 100%, so limit, offset, agent_id, and resource_type are already documented in the schema. The description mainly reinforces the resource_type filter through the parenthetical examples, adding little meaning beyond what the enum already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly names a specific resource and action: it returns a 'complete timeline' of changes to an agent, listing examples (schemas, triggers, MCP servers). This makes the tool's purpose easy to identify. It does not explicitly distinguish itself from similar siblings like list_versions or list_snapshots, so it stops short of a 5.

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 implies this tool is for inspecting agent change history and mentions filtering by resource type. It does not state when to prefer this tool over sibling tools such as list_versions, list_snapshots, or get_execution_trace, nor does it provide when-not guidance. Usage context is present but only implicit.

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

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/zihin-ai/zihin-mcp'

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