Skip to main content
Glama
Arize-ai

@arizeai/phoenix-mcp

Official
by Arize-ai

list-traces

List the most recent traces for a project by grouping spans into traces, including summary timing information.

Instructions

List traces for a project.

This tool groups project spans into traces and returns the newest traces first.

Example usage: Show me the last 10 traces for project "default" Show me recent traces from the last 30 minutes for project "checkout"

Expected return: Array of trace objects with grouped spans and summary timing information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_identifierNo
limitNo
sinceNo
last_n_minutesNo
include_annotationsNo
Behavior3/5

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

With no annotations, the description bears full burden. It states grouping and ordering behavior, and mentions expected return format. However, it does not disclose potential side effects, permissions, pagination, or rate limits.

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 efficient: three sentences plus example usage and expected return. No fluff, every sentence adds value.

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?

Given no output schema, the description provides a high-level return format. However, it lacks parameter explanations and does not cover edge cases or constraints for a tool with 5 parameters.

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

Parameters2/5

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

Schema description coverage is 0% for 5 parameters. The description only hints at 'limit' via examples but does not explain project_identifier, since, last_n_minutes, or include_annotations beyond their schema definitions.

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?

The description clearly states the verb 'List' and resource 'traces for a project', including that it groups spans and returns newest first. It does not explicitly differentiate from sibling tools like get-trace, but the purpose is specific enough.

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 is provided on when to use this tool versus alternatives (e.g., get-trace for a single trace, get-spans for raw spans). The description lacks explicit usage context or exclusions.

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/Arize-ai/phoenix'

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