Skip to main content
Glama
multidimensionalcats

kanban-mcp

semantic_search

Find relevant kanban items, decisions, and updates by semantic similarity, using natural language queries to match meaning beyond keywords.

Instructions

Search items, decisions, and updates by semantic similarity.

Args: query: Natural language search query limit: Maximum results to return (default: 10) source_types: Comma-separated types to search (item,decision,update). Empty = all threshold: Minimum similarity score 0.0-1.0 (default: 0.0)

Returns: Dict with success, results list (each with source_type, source_id, similarity, title/snippet)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNolimit parameter
queryYesquery parameter
thresholdNothreshold parameter
source_typesNosource_types parameter
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses defaults (limit=10, threshold=0.0), the meaning of empty source_types, and the return structure, providing strong behavioral context.

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?

The description is well-structured with Args and Returns sections, front-loaded with purpose, and every sentence contributes. No fluff or redundancy.

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?

The description covers purpose, all parameters with defaults, and return format. Without an output schema, the return details are necessary and provided. Minor gap: no mention of search scope or project context, but this is sufficient for a simple search tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema descriptions are tautological ('limit parameter', etc.), while the tool description gives meaningful semantics: query is a natural language string, limit controls result count, source_types supports comma-separated values, and threshold sets similarity floor.

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 uses a specific verb ('Search') with clear resources ('items, decisions, and updates') and method ('by semantic similarity'), which distinguishes it from the sibling 'search' tool.

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?

The description implies usage for semantic similarity searches but does not explicitly state when to prefer this tool over alternatives like 'search' or 'find_similar', nor does it provide exclusions.

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/multidimensionalcats/kanban-mcp'

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