Skip to main content
Glama

Get timeline

get_timeline
Read-only

A profile's timeline events, newest first, optionally filtered by tag, year, featured, or pinned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoEvent tag: work | milestone | talk | side_quest | writing
yearNo
limitNo
offsetNo
pinnedNoOnly events the owner pinned
featuredNoOnly events marked as highlights
usernameYesThe profile's @handle (its URL slug), e.g. "koshik"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYesMatches before limit/offset
eventsYes
usernameYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

The readOnlyHint annotation already covers safety, so the description adds the useful behavioral detail of newest-first ordering and the supported filter dimensions. It does not mention pagination behavior, but this is a minor gap given the read-only annotation and output schema.

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 a single, front-loaded sentence that conveys the core purpose and key filters without redundancy. Every word adds value.

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 the read-only annotation and presence of an output schema, the description covers the essential aspects: what is returned, ordering, and optional filters. It does not specify default pagination or empty-result behavior, but the schema and output schema fill some of that gap.

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 57%, with tag, pinned, featured, and username already described in the schema. The description adds context by grouping tag, year, featured, and pinned as filters, but it does not mention limit or offset, leaving those parameters to their self-explanatory names.

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 profile's timeline events newest first, with optional filters for tag, year, featured, or pinned. This specific scope distinguishes it from siblings like get_event (single event) and search_events (search across profiles).

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 usage by listing filter options, but it does not explicitly state when to use this tool over alternatives or when not to use it. No sibling tool is referenced, leaving the choice to the agent's inference.

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.