Skip to main content
Glama

evolve_issue_create

Create a reviewer roadmap GitHub issue after deduplicating against open/closed issues, the reviewer ledger, and filed fingerprints. Duplicates skipped; successful filings logged as events.

Instructions

Create a reviewer roadmap issue through the mechanical dedup gate.

The gate checks open and closed GitHub issues, the local reviewer issue ledger, and already-filed fingerprints before calling gh issue create. Duplicate skips and successful files are recorded as events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
titleYes
labelsNoenhancement,roadmap

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

Beyond the annotations, the description discloses meaningful behavior: it checks open/closed GitHub issues, a local ledger, and fingerprints before invoking `gh issue create`, and it records duplicate skips and successful files as events. This gives the agent a concrete picture of side effects, though it does not cover failure modes or auth prerequisites.

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 compact and front-loaded: the main purpose appears in the first sentence, with the dedup mechanics in the following two sentences. No sentence is wasted, and the length is appropriate for the tool's complexity.

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?

The description covers purpose, process, and side effects, and an output schema exists to document return values. It does not mention when to prefer alternatives or what credentials/prerequisites are needed, but for a simple three-parameter create operation with dedup behavior, the description is largely sufficient.

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

Parameters2/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 for parameter meaning, but it does not explain title, body, or labels. The parameter names are self-explanatory and the roadmap issue context hints at labels, yet no format, constraints, or expected content guidance is provided beyond what the schema already shows.

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 opens with a specific verb and resource: 'Create a reviewer roadmap issue through the mechanical dedup gate.' It clearly distinguishes the tool from siblings like evolve_apply_roadmap_issue by emphasizing creation and adds a unique detail (the dedup gate) that makes the tool's role unmistakable.

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 gives clear context: this tool is used to create reviewer roadmap issues and is guarded by a dedup mechanism. It does not explicitly name alternatives or give when-not-to-use conditions, but the purpose and workflow are stated plainly enough that an agent can infer the intended use case.

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/po4erk91/thread-keeper'

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