Skip to main content
Glama
Lint111

HacknPlan MCP Server

by Lint111

create_categories

Create one or more work item categories with names, icons, and colors in a single API call. Supports batch creation up to 100 items with per-item error reporting.

Instructions

Create one or more work item categories (array-based). Single-item and batch calls use the same interface. Returns unified response with items array, counts, and per-item errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesArray of categories to create (1-100 items)
projectIdNoThe project ID (optional if HACKNPLAN_DEFAULT_PROJECT set)
Behavior3/5

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

No annotations provided, so description must carry burden. It discloses mutation (create) and return format (items, counts, errors), but omits side effects like partial success behavior, idempotency, or prerequisites. Adequate but minimal.

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?

Three crisp sentences: tool action, interface versatility, and return format. No redundancy, front-loaded, and every sentence adds value.

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?

For a simple two-parameter create tool without output schema, the description covers purpose, usage mode, and return format. However, lacks details on error handling or projectId optionality context. Nearly complete.

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?

Schema covers 100% of parameter descriptions, so baseline is 3. Description adds context on array usage ('single-item and batch') and response structure, which enhances understanding beyond raw schema.

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?

Description clearly states verb (create), resource (work item categories), and that it handles both single and batch operations via an array. It uniquely identifies the tool's purpose among siblings like create_boards or create_tags.

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?

Mentions array-based interface for single and batch usage, implying applicable scenarios, but lacks explicit when-not-to-use or alternative comparisons. Context is sufficient but not detailed.

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/Lint111/hacknplan-mcp'

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