Skip to main content
Glama

list_observations

Retrieve observations such as spans, generations, and events. Filter by trace ID, observation type, and paginate results up to 100 per page.

Instructions

List observations (spans, generations, events).

Args: trace_id: Filter by trace ID. limit: Number of results (max 100). page: Page number (1-based). obs_type: Filter by type: SPAN | GENERATION | EVENT.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo
obs_typeNo
trace_idNo
Behavior4/5

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

The description reveals pagination behavior (limit max 100, page 1-based) and filtering options. With no annotations, it provides good transparency, though it doesn't mention return format or ordering.

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 concise: a one-line summary followed by a clear bulleted list of arguments. No redundant information.

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?

For a list tool with 0% schema coverage and no annotations, the description adequately covers purpose and parameters. However, it lacks an explanation of the return value format, which would enhance completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description fully explains the four parameters. It adds value beyond the schema by noting the max limit of 100 and the possible values for obs_type.

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 'List observations (spans, generations, events)', specifying the verb and resource. It distinguishes from sibling tools like list_scores and list_traces by focusing on observations.

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?

No explicit guidance on when to use this tool versus alternatives. The description implies usage for listing observations with filters, but lacks when-not-to-use or alternative tool references.

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/dominic-righthere/langfuse-mcp'

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