Skip to main content
Glama
Lint111

HacknPlan MCP Server

by Lint111

search_work_items

Locate work items in HacknPlan using advanced filter criteria such as project, board, category, stage, milestone, tags, and completion status.

Instructions

Advanced search for work items with multiple filter criteria. Combines API filters with client-side filtering for comprehensive queries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoFilter by tag names or IDs (e.g., ['vulkan', 'performance'] or [1, 8])
boardIdNoFilter by board/sprint ID
stageIdNoFilter by stage ID
projectIdNoThe project ID (optional if HACKNPLAN_DEFAULT_PROJECT set)
categoriesNoFilter by category names or IDs (e.g., ['programming', 'bug'] or [1, 5])
categoryIdNoFilter by category ID
isCompletedNoFilter by completion status
maxEstimateNoMaximum estimated cost
milestoneIdNoFilter by milestone ID
minEstimateNoMinimum estimated cost
titleContainsNoFilter by title substring (case-insensitive)
assignedUserIdNoFilter by assigned user ID
hasAssignedUsersNoFilter by whether task has assigned users (true) or not (false)
importanceLevelsNoFilter by importance levels (names or IDs, e.g., ['urgent', 'high'] or [1, 2])
descriptionContainsNoFilter by description substring (case-insensitive)
Behavior3/5

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

No annotations provided, so description carries full burden. Mentions 'combines API filters with client-side filtering', hinting at behavioral trait, but lacks details on performance, rate limits, or result handling.

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 sentences, both relevant and front-loaded with purpose. No unnecessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

High complexity (15 params, no output schema, no annotations). Description mentions client-side filtering but doesn't specify return format, pagination, or ordering. Adequate but could be more complete.

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 description adds no additional meaning to individual parameters beyond the schema. Baseline 3.

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?

Clearly states it's an advanced search for work items with multiple filter criteria. Distinguishes from siblings by emphasizing 'advanced' and 'multiple criteria', but could explicitly differentiate from simpler list_work_items.

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?

Implied usage for complex queries, but no explicit when-to-use or when-not-to-use guidance. No mention of alternatives like list_work_items or get_work_item.

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