Skip to main content
Glama
sixty-sh

@sixty-sh/mcp

Official
by sixty-sh

List drift findings

list_findings

List performance regressions and standing problems ranked by severity, returning IDs for detailed investigation and resolution.

Instructions

List performance findings sixty has surfaced for this org: regressions introduced by a release, and standing problems that were wrong from the start. Ranked by severity. Start here when asked to find or fix performance problems, N+1 queries, slow endpoints, or regressions. Returns ids to pass to get_finding.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoOne kind only, e.g. fanout (N+1), rows, latency, self_latency, cpu, blocked, payload, errors, unbounded, render_storm, stuck_loading. Omit for all kinds.
classNodrift = changed relative to the previous release. pattern = wrong since the code was written. Omit for both.
limitNoDefault 20.
statusNoDefaults to open — the ones that need attention.
serviceNoService name, as it appears in sixty. Optional; omit to cover every service this key can see. Ignored if the key is pinned to one service.
severityNo
Behavior3/5

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

With no annotations, the description carries the full transparency burden. It discloses behavioral details like ranking by severity and returning IDs, but does not explicitly state whether the operation is read-only or has side effects, nor mention pagination or limits beyond what the schema provides.

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 and front-loaded, with each sentence earning its place: it defines the resource, gives a ranking detail, specifies when to use it, and notes the return value. No fluff or redundancy.

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 tool has 6 parameters and no output schema, the description provides sufficient context for a list operation: what it lists, how it's ranked, when to use it, and that it returns IDs for subsequent lookups. It does not detail the full response shape, but the mention of IDs is a key missing piece, making it reasonably complete.

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 83%, so the baseline is 3. The tool description adds conceptual context for the 'class' parameter by explaining drift vs. pattern in plain language, but the schema already provides similar detail for each parameter, so the description adds limited incremental value.

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 lists performance findings surfaced by sixty, distinguishing between regressions and standing problems. It also notes findings are ranked by severity and returns IDs, making its purpose unmistakable and differentiating it from siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Start here when asked to find or fix performance problems, N+1 queries, slow endpoints, or regressions,' providing clear when-to-use guidance. It also suggests passing returned IDs to get_finding, implying a workflow, though it lacks explicit when-not-to-use or alternative exclusion guidance.

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/sixty-sh/sixty-mcp'

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