Skip to main content
Glama
uvaresearch
by uvaresearch

Create task (preview required)

task.create

Create a bug or task using a previewed and approved payload. The previewedHash field ensures the submitted data matches what the user reviewed.

Instructions

Create a new bug or task via the unified create-with-submission flow. REQUIRES a previewed-and-approved payload — call this only after the /qms-file prompt has gathered fields, rendered a preview, and the user has explicitly approved. previewedHash is the SHA-256 of the canonical preview JSON; the client refuses mismatches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subjectYes
descriptionNoHTML, ASCII, no code identifiers.
trackerYes
projectIdYes
statusNoStatus identifier (e.g. 'new', 'inprogress'). Required for bug/task. Optional for custom.
priorityNoRequired for bug/task. Optional for custom.
assigneeIdNoRequired for bug/task. Optional for custom.
previewedHashYesSHA-256 of the canonical preview string the user approved. Client recomputes; mismatch is refused.
Behavior4/5

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

Annotations indicate non-readonly, non-destructive. The description adds that previewedHash is required and that the client refuses mismatches, disclosing a key behavioral constraint beyond annotations.

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?

Two succinct sentences convey purpose and critical usage constraint without redundancy. Every sentence 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 no output schema, the description covers the creation flow, precondition, and one key parameter. It is complete enough for an agent to use effectively, though more detail on error states could push it to 5.

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 description adds essential meaning for previewedHash (SHA-256, mismatch refusal) and sets the overall workflow context. Schema covers other parameters well (63% coverage), so the description enhances rather than repeats.

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 creates a new bug or task via a specific unified flow. It distinguishes itself from sibling tools like task.update or task.assign by focusing on creation.

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 explicitly requires a previewed-and-approved payload and specifies the prerequisite steps, giving clear when-to-use guidance. It could be improved by mentioning when not to use it (e.g., if no preview available), but the precondition is strong.

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/uvaresearch/qmswrapper-mcp'

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