Skip to main content
Glama

get_timeline

Retrieve a chronological timeline of Commodore 64 events with optional filtering by year, category, or importance. Returns sorted event details for historical analysis.

Instructions

Get chronological timeline of events with optional filtering. Returns timeline entries sorted by date with event details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_yearNoFilter events from this year onwards (inclusive)
end_yearNoFilter events up to this year (inclusive)
categoryNoFilter by category (e.g., '1980s-release', '1970s-innovation')
min_importanceNoMinimum importance level (1-5, where 5 is highest)
limitNoMaximum number of entries to return
Behavior3/5

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

No annotations provided. The description implies a read-only operation but does not explicitly state that it is safe or describe any side effects. Basic behavioral traits are missing, but the description does not contradict annotations (none exist).

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-load the purpose and output format. No unnecessary information. 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?

Given five optional parameters, no output schema, and no annotations, the description adequately conveys the tool's function and output. Minor omission: it does not specify sort direction (though 'chronological' implies ascending).

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?

Input schema has 100% description coverage, so the schema already documents each parameter's meaning. The tool description adds no additional semantics beyond restating that filtering is optional, which is already clear from the schema.

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?

Description clearly states it retrieves a chronological timeline with optional filtering and returns sorted entries with event details. However, it does not differentiate from sibling tool 'search_events_by_date', which may also return timeline-like data.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives such as 'search_events_by_date' or 'get_historical_context'. No exclusions or prerequisites are mentioned.

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/MichaelTroelsen/tdz-c64-knowledge'

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