Skip to main content
Glama

List benchmark summaries for a commit

list_summaries

Retrieve compiler benchmark summaries for a specific commit, with detailed compile-time and cycle-count metrics, filterable by test name, cloud, or context, and supports pagination.

Instructions

List compiler benchmark summary rows for a given commit short-sha (first 10 hex chars). Each row's summary field is a JSON blob with detailed compile-time and cycle-count metrics. Optionally filter by test name (exact) or a substring of it, and by cloud/context. Supports pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shaYesShort commit sha, first 10 hex chars (from list_recent_commits)
testNoExact test name to filter on
cloudNoExact cloud value to filter on (e.g. 'aks')
limitNoMax rows to return
offsetNoRow offset for pagination
contextNoExact context value to filter on (e.g. 'test-snapshot-8pe')
testContainsNoCase-insensitive substring match on test name
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does describe the summary field as a JSON blob with compile-time and cycle-count metrics, and mentions pagination. But it leaves out response shape, ordering, error behavior, rate limits, and authentication requirements.

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?

Three sentences with no fluff: the main verb and resource are first, the return detail comes second, and filters/pagination finish. It is adequately sized, front-loaded, and every sentence earns its place.

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?

The description is good for a 7-param, read-only listing operation, but there is no output schema and no annotations, so it should provide more context about the response structure beyond the summary field. It also lacks guidance about when to choose this tool over siblings, leaving part of the decision to the agent.

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 description does not need to add much. It does group the filter options meaningfully (exact test name, substring, cloud/context) but the individual parameters are already well documented in the schema. No genuinely new parameter-level semantics are introduced.

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 exact action: listing compiler benchmark summary rows for a commit short-sha. It also describes the output content, filters, and pagination, which makes it easy to distinguish from sibling tools like list_recent_commits or URL builders.

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?

It communicates that the tool is for listing rows for a given commit and optionally filtering, which implies its usage context. However, it never explicitly says when to reach for this tool versus get_summary or compare_commits, and no alternatives are named.

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

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/hdson-furiosa/furiosa-dashboard-mcp'

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