Skip to main content
Glama

requestFeature

Process my request to add or improve a feature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
featureYesdescription of requested feature improvement or new feature

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tool nameYes
this requestYes
tool collectionYes
response contentYes
response metadataYes
URLs of similar requests for web usersYes

Schema Changelog

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

  1. First observed

TDQS

C2.3/5.0
Behavior1/5

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

The description discloses nothing about side effects, persistence, permissions, or follow-up behavior. Annotations only provide negative flags (readOnlyHint=false, idempotentHint=false, destructiveHint=false), so an agent cannot infer whether the request creates a ticket, updates a backlog, or sends a notification.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and free of filler, but it is essentially a restatement of the tool name with little added structure or front-loaded detail. It is concise, but its brevity comes at the cost of informative content.

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 an output schema and one fully documented parameter, the mechanical details are covered. Still, the description omits what the tool does with the request or what the expected outcome is, leaving an agent without enough behavioral context to use it confidently.

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 100%, so the 'feature' parameter is already well documented in the schema. The description adds only marginal framing by mentioning both additions and improvements, not enough to raise the score above baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the resource ('a feature') and the intended action ('add or improve'), which distinguishes it from sibling test/report tools. However, the verb 'process' is vague about what actually happens to the request, leaving the tool's core function under-specified.

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 implies use when a feature should be added or improved, but gives no explicit guidance on when to use this tool instead of requestTest, requestRetest, or other siblings. No exclusions or alternative routing are provided.

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

A3.5/5.0
Disambiguation5/5

Each tool has a distinct purpose: getReport retrieves full reports, listReports lists them, listIssues drills into issues, listViolators details elements, listDiagnoses details diagnoses, and the request* tools handle test/future actions. No two tools overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun camelCase pattern: get or list for retrieval, request for actions. The naming is uniform and predictable.

Tool Count5/5

Eight tools fit the domain well—covering listing, retrieval, drilling down, and requesting actions without redundancy or bloat.

Completeness5/5

The surface covers the full testing workflow: request a test/retest, list/get reports, inspect issues, violators, and diagnoses. No critical operations are missing.