Skip to main content
Glama
jacob-hartmann

Quire MCP Server

quire.searchTasks

Read-only

Search tasks in a project by keyword and filter by status, priority, assignee, or tag. Returns matching tasks.

Instructions

Search for tasks in a project by keyword and optional filters. Returns tasks matching the search criteria.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesThe project ID (e.g., 'my-project') or OID to search in
keywordYesSearch keyword to match against task names and descriptions
statusNoFilter by status: 0 (to-do) to 100 (complete)
priorityNoFilter by priority: -1 (low), 0 (medium), 1 (high), 2 (urgent)
assigneeIdNoFilter by assignee user ID
tagIdNoFilter by tag ID
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the description does not need to reiterate read-only behavior. However, it adds no further behavioral details such as pagination, result limits, or matching semantics, leaving some ambiguity.

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 two concise sentences with no extraneous information. It front-loads the core action and resource, efficiently earning its place.

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?

Given 6 parameters, no output schema, and the presence of sibling search tools, the description is minimally complete. It covers basic purpose and parameters but lacks details on return structure, ordering, or behavior nuances like partial matching, which would aid completeness.

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 coverage is 100% with descriptions for all parameters. The description summarizes parameters as 'keyword and optional filters' but adds no additional meaning beyond the schema. Baseline score of 3 is appropriate.

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 searches for tasks in a project by keyword and optional filters, with a specific verb 'Search' and resource 'tasks'. This distinguishes it from sibling tools like listTasks (which lists all tasks) and searchFolderTasks/searchOrganizationTasks (which search different scopes).

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 keyword-based task search within a project, but lacks explicit guidance on when to use this tool versus alternatives (e.g., listTasks for unfiltered listing, searchFolderTasks for folder-scoped search). No exclusions or prerequisites are mentioned.

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/jacob-hartmann/quire-mcp'

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