Skip to main content
Glama

full_timeline_for_entity

Retrieves a unified, chronologically ordered timeline of an entity covering historical events, territorial changes, and succession chain transitions. Combines multiple data sources into one stream with event role details.

Instructions

Restituisce la timeline unificata di un'entità: eventi storici (via EventEntityLink), cambi territoriali e transizioni di catene successorie (predecessori + successori) in un unico stream ordinato cronologicamente. Ogni voce ha un campo discriminatore 'kind' fra 'event', 'territory_change' e 'chain_transition'. Usa questo tool invece di chiamare get_evolution + events_for_entity + entity_predecessors + entity_successors separatamente quando l'utente chiede la storia completa di un'entità (es. 'raccontami tutta la storia dell'Impero Romano d'Oriente'). Ritorna counts per ogni kind piu' lo stream unificato.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idYesID dell'entità di cui ricostruire la timeline completa.
include_entity_linksNoSe true (default), include nei risultati i link EventEntityLink per ogni evento (ruolo dell'entità: MAIN_ACTOR, VICTIM, ecc.). Se false, ritorna solo i metadati base degli eventi.
Behavior4/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 describes the output structure (stream with 'kind' discriminator, counts per kind) and the optional inclusion of event links. It does not mention side effects, but as a read-only retrieval tool, that is acceptable. A lower score would require missing critical behavioral info.

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 two sentences long, front-loaded with the main purpose, and every sentence adds value. It is concise with no wasted words or redundancies.

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?

With 2 parameters and no output schema, the description explains the output structure (kind field, counts, unified stream) which is sufficient for basic understanding. It could mention potential data limits or performance, but the coverage is adequate for typical use.

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% (both parameters have descriptions). The tool description adds context about the unified output but does not enhance parameter semantics beyond what the schema already provides. Baseline 3 is appropriate.

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 tool returns a unified timeline for an entity, specifying the three types of events (event, territory_change, chain_transition) and explicitly differentiating from sibling tools like get_evolution and events_for_entity. The verb 'restituisce' (returns) is specific and the resource is well-defined.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('instead of calling get_evolution + events_for_entity + entity_predecessors + entity_successors separately') and provides an example query ('raccontami tutta la storia dell'Impero Romano d'Oriente'). This gives clear context for selection.

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/Soil911/AtlasPI'

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