Skip to main content
Glama

List debug sessions

list_debug_sessions
Read-only

List local diagnostic session records for debugging review. Filter by status, project, or limit to find specific sessions.

Instructions

List local diagnostic session records from the SuperDev agent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
statusNo
project_idNo
project_nameNo
Behavior3/5

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

The readOnlyHint annotation already indicates this is a safe read operation. The description adds context that the records are 'local' and from the 'SuperDev agent', but does not disclose return format, pagination, or filtering behavior beyond what annotations suggest. This is acceptable but minimal.

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 a single, front-loaded sentence with no wasted words. It conveys the essential purpose clearly and efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and only a one-sentence description, the tool lacks information about what fields are returned or how to interpret results. The description is too thin for a tool with four optional parameters and no output schema, even if simple.

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

Parameters1/5

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

Schema description coverage is 0% and the description does not mention any of the four parameters (limit, status, project_id, project_name). The description fails to add meaning beyond the schema, which is a significant gap given the low coverage.

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 uses the specific verb 'List' with a clear resource ('local diagnostic session records') and source ('the SuperDev agent'). This clearly distinguishes the tool from sibling tools like list_debug_browsers and list_code_debug_targets by focusing on session records.

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?

The description gives no guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. It simply states what it does. For a list tool, this is a lack of usage context, though not misleading.

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/Xsxdot/super-dev'

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