Skip to main content
Glama

ariel_get_timeline

Read-only

Retrieve the authenticated user's home timeline posts. Use 'hours' mode to fetch all posts from the last N hours, or 'count' mode to get N posts with cursor pagination.

Instructions

Get the authenticated user's home timeline. Use mode 'hours' to fetch all posts within a time window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo'count' (default): return `limit` posts. 'hours': fetch all posts from the last `limit` hours (max 500)
limitNoNumber of posts to return (1-100), or hours to look back when mode is 'hours'
cursorNoPagination cursor from a previous response (ignored in hours mode)
formatNoOutput format: 'json' (default) or 'digest' (compact text for LLM consumption)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds that hours mode fetches all posts within a time window, and the schema adds 'max 500' and that cursor is ignored in hours mode. The description itself doesn't add much behavioral context beyond the schema, but annotations cover the main safety traits, so a 3 is appropriate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One clean sentence front-loads the main purpose and then gives the most important usage tip. There is no filler. It loses a point because it could also explicitly point to siblings or output considerations, but structurally it is efficient.

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?

For a straightforward read-only timeline tool with fully documented parameters and annotations covering safety, the description is mostly complete. Gaps remain: no mention of what the response looks like (no output schema) and no explicit note that count is the default mode. These are minor, so a 3 is fair.

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 the schema fully documents all four parameters. The description reinforces hours mode behavior but adds no new semantics beyond what the schema already says. Baseline 3 is appropriate when the schema does the heavy lifting.

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?

States a specific verb and resource: 'Get the authenticated user's home timeline.' It is clear that this returns a home timeline for the authenticated user, which is distinct from the sibling get_feed, get_author_feed, and get_posts. However, it doesn't explicitly name a sibling or distinguish itself in the way the highest-scoring examples do, so it falls just short of 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 gives one usage hint: 'Use mode hours to fetch all posts within a time window.' This implies when to switch from the default count mode, but it doesn't say when to prefer this over siblings like get_feed or get_author_feed. It provides no exclusions or alternatives, so it is adequate but not explicit.

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

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/TickTockBent/ariel'

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