Skip to main content
Glama
InDate
by InDate

issues

Track and manage bugs and features: list, create, work on, resolve, and acknowledge issues. Filter by status, type, or search term.

Instructions

Track and manage bugs and features. Actions: list (show all issues with optional filters), create (create new issue, optionally linking a sequence), workOn (start working on issue with auto-replay), resolve (mark as fixed/implemented), acknowledge (acknowledge pending bugs to unblock tools)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoIssue ID (for workOn, resolve actions)
typeNoIssue type (required for create, optional filter for list)
actionYesIssue action: list (list all issues), create (create new issue), workOn (start working on issue), resolve (mark as fixed/implemented), acknowledge (acknowledge pending bugs)
searchNoSearch term to filter issues by description or recording name (for list)
statusNoIssue status (optional filter for list)
startUrlNoStarting URL for manual issue verification (required for create when no sequenceName provided)
descriptionNoIssue description (required for create)
sequenceNameNoName of existing sequence to link (for create - moves sequence to issues folder)
includeSequenceNoInclude sequence recording for issue (default: true). When false, no sequence is created and Chrome does not open.
keepBrowserOpenNoKeep browser tab open after verification (default: false, closes tab after resolve)
connectionReasonNoBrowser connection reference (for workOn - to replay sequence)
includeCompletedNoInclude fixed/implemented issues in list (default: false, only shows active issues)
Behavior4/5

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

Given no annotations, the description takes on the full burden. It discloses key behaviors: workOn involves auto-replay, acknowledge unblocks tools, create optionally links a sequence. However, it does not explain side effects like Chrome opening during create or verify, nor does it detail prerequisites (e.g., browser connection for workOn).

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 a single efficient sentence that lists actions and their purpose, front-loading the tool's capability. It avoids redundancy, though breaking into separate action lines could improve readability. No wasted words.

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?

With 12 parameters and 5 actions, no output schema, and no annotations, the description is adequate but not complete. It lacks guidance on error handling, return values, action sequencing, and when certain parameters are required. For a complex tool, more detail would help an AI agent use it correctly.

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 coverage is 100% with each parameter having a clear description. The tool description adds marginal value by contextualizing actions and some parameters (e.g., 'linking a sequence' for create), but baseline is appropriate since the schema already provides detailed semantic explanation.

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 'Track and manage bugs and features' and enumerates the five specific actions (list, create, workOn, resolve, acknowledge), making the tool's purpose immediately understandable. It is distinct from sibling tools that focus on debugging, browser control, or session management.

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?

The description briefly explains each action (e.g., 'list (show all issues with optional filters)'), implying when to use them, but does not explicitly state when to choose this tool over siblings like replay or getDebuggerStatus. There are no exclusion criteria or alternative tool mentions.

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/InDate/cdp-tools-mcp'

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