Skip to main content
Glama
naft3r-101

Testing Platform — MCP server

by naft3r-101

create_issue

Create a new issue from bugs or follow-ups. Add details in plain English for testers, with title, description, type, priority, and optional URL.

Instructions

Create a new issue in a project. Lands in the New column by default. Use to file bugs you've found, follow-ups from a conversation, etc.

AUDIENCE: titles and descriptions are read by non-developer testers (restaurant staff, project owners). Write them in plain English. Describe what the user sees and what's wrong, not the underlying mechanism. Skip jargon like 'NullReferenceException', 'CORS', 'state hydration', 'race condition', stack traces, or code snippets unless the reporter literally pasted them. Prefer 'The order screen freezes when you tap Add Item twice quickly' over 'POST /orders 500: race in optimistic update'. If technical detail is essential, put it at the bottom under a 'Technical notes' heading so the lay reader can skim past it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoOptional page URL the issue references.
typeNoDefaults to bug.
titleYesShort plain-language title (max 255 chars). E.g. 'Printer skips first item on big orders', not 'POS-1742 buffer overflow on order.items[0]'.
projectYesProject id or name.
priorityNoDefaults to medium.
descriptionYesPlain-English explanation: what the user did, what they saw, what they expected. Newlines preserved. Save jargon for a 'Technical notes' section at the end if truly needed.
Behavior3/5

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

With no annotations, the description must disclose behavior. It reveals that issues land in the 'New column by default', but does not mention authentication, rate limits, or other side effects. The detailed writing guidance is helpful but not behavioral.

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 somewhat long but well-structured with two paragraphs. The first sentence states the main purpose, and the second paragraph adds valuable guidance. Every sentence earns its place, though it could be slightly more concise.

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 6 parameters (3 required) and no output schema, the description covers the main action, default column, audience, and examples. It does not explain return values, but that's acceptable without an output schema.

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%, so baseline is 3. The description adds value by explaining the audience and writing style for title and description, but does not enumerate or clarify each parameter beyond what the schema already provides.

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 action ('Create a new issue') and the resource ('in a project'), and distinguishes from siblings like update_issue and list_issues. It also provides example use cases.

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 tells when to use the tool ('file bugs you've found, follow-ups from a conversation'), and provides extensive audience guidance. However, it does not explicitly exclude alternatives or state when not to use it.

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/naft3r-101/testing-platform-mcp'

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