Skip to main content
Glama

develop_tools

Mode 2 ("The Brain"): generate, subprocess-smoke-test, and publish a tool for every queued backlog item. Publishing writes to data/tool_registry.json, which both the HTTP dispatcher and this MCP server's dynamic tool registration read from.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description fully carries the burden of behavioral disclosure. It explicitly states that publishing writes to data/tool_registry.json, affecting both the HTTP dispatcher and dynamic tool registration. This reveals a side effect (registry mutation) and implies a potentially destructive or state-changing operation. The mention of 'subprocess-smoke-test' also hints at subprocess invocation, adding transparency.

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 two sentences long with no redundancy. The first sentence front-loads the primary action (generate, smoke-test, publish) and scope (every queued backlog item). The second sentence efficiently explains the key side effect. Every word earns its place.

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 zero parameters and an output schema (not shown but indicated), the description covers the main behavior and a critical side effect. It does not explain what 'subprocess-smoke-test' entails or what a 'queued backlog item' is, but sibling tools (list_backlog, list_published_tools) provide context. It could mention the output or error conditions, but is largely complete for a parameterless tool.

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

Parameters4/5

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

The input schema has zero parameters, so the description does not need to add parameter-level meaning. The description is clear about what the tool does without referencing parameters. With schema description coverage at 100% (no parameters to cover), the baseline is high, and the description adds no parameter info, which is appropriate.

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's action: generate, subprocess-smoke-test, and publish a tool for each backlog item. The verb 'develop' combined with 'for every queued backlog item' specifies the resource and scope. This distinguishes it from siblings like list_backlog (which only lists) and list_published_tools (which lists existing tools).

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 implies the tool is used to develop backlog items into published tools, but it does not explicitly state when to use this tool versus alternatives such as list_backlog, list_published_tools, or check_tool_health. There is no 'when-not-to-use' or explicit alternative references, leaving the agent to infer usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.1/5.0
Disambiguation2/5

Many tools have vague or overlapping descriptions, such as multiple 'repetitive task that could be automated' tools that lack clear differentiation. The inclusion of meta-tools (e.g., research_pain_points, develop_tools) alongside domain-specific tools further blurs boundaries, making it hard for an agent to select the correct tool.

Naming Consistency2/5

Tool names use a mix of hyphens (add-license-information-to-codebase) and underscores (develop_tools, check_tool_health), with no consistent pattern. Some names are verbose and descriptive, while others are terse, creating an inconsistent naming convention across the set.

Tool Count3/5

At 20 tools, the count is borderline but not extreme. However, the set includes several tools that are purely descriptive of problems (e.g., ai-generated-code-debugging-overhead) or are meta-tools for the factory itself, which inflates the count without adding practical utility for end users.

Completeness2/5

The server's purpose is unclear, mixing codebase operations, documentation, gamification, and support tickets. There are obvious gaps: no tool for updating or deleting, and the meta-tools (research, develop, health) are not exposed as a coherent lifecycle. The surface feels incomplete for any single domain.

Resources