Skip to main content
Glama

sprrint_categories_create

Create a category for tasks or sprints to organize work in a project. Specify kind and name to add a new category.

Instructions

Create a category. kind is task|sprint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
nameYes
projectNo
Install Server

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the mutation ('Create') and the kind constraint, but it does not explain side effects, idempotency, permissions, or what happens after creation. For a create operation, more context about impact is expected.

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 every sentence adds a small amount of value, but it is closer to under-specification than genuine conciseness. It lacks essential parameter context and behavioral detail, so the brevity comes at the expense of usefulness.

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?

For a tool with no annotations, no output schema, and only three parameters, this definition is incomplete. An agent is left to infer what a 'category' is, how name and project behave, and what the function returns. While the kind clarification helps, the overall definition does not provide enough for reliable invocation.

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. It partially does for kind by stating 'kind is task|sprint', giving the allowed values that the schema itself does not provide as an enum. However, it gives no meaning or constraints for name or project, which are also undersepresented.

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

Purpose4/5

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

The description uses a specific verb and resource: 'Create a category.' This clearly identifies the operation and distinguishes it from sibling tools like sprrint_categories_list and sprrint_categories_delete. The added note on kind provides domain context, though it does not explicitly differentiate from sprint- or task-creation tools.

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 gives no guidance on when to use this tool versus alternatives such as sprrint_tasks_create or sprrint_sprints_create. It does not state exclusions or scenarios where a sibling should be preferred. The only usage hint is the kind values, which is more about parameter selection than overall tool selection.

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/ejasmuhamed/sprrint-cli'

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