Skip to main content
Glama

codesweep_list

List all code review sweeps with summary counts. Optionally include archived sweeps to track historical findings.

Instructions

List all sweeps with summary counts.

Args:

  • include_archived: Include archived sweeps (default: false)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_archivedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.2.2

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations available, the description carries the behavioral disclosure burden. It communicates that the tool returns summary counts and that archived sweeps are excluded by default via 'include_archived ... default: false.' However, it does not disclose ordering, pagination, permission requirements, or potential side effects, though the verb 'List' strongly implies a non-mutating operation.

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?

The description is appropriately short and front-loaded with the core purpose: 'List all sweeps with summary counts.' The argument documentation is compact and useful. It is concise without being under-specified for a tool this simple.

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 simple list tool with one optional parameter and an output schema available, the description covers the essential behavior: what is listed, what counts are included, and how archived sweeps are handled. It does not explain pagination or ordering, but those are less critical given the tool's simplicity and existing output schema.

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 0%, so the description must compensate. It restates the single parameter 'include_archived' with the clarification 'Include archived sweeps' and the default value. This adds some plain-language meaning, though the schema already includes the title 'Include Archived' and default false, so the added value is marginal.

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 states a clear action and resource: 'List all sweeps with summary counts.' This distinguishes it from sibling tools like codesweep_list_items, which presumably lists items, and codesweep_status, which likely shows a single sweep's state. It lacks an explicit sibling comparison but is specific enough to orient an agent.

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?

There is no guidance on when to use this tool versus alternatives such as codesweep_list_items or codesweep_status. The phrase 'List all sweeps' implies a broad listing use case, but no explicit conditions, exclusions, or alternative tool recommendations are provided.

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/faxik/codebugs'

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