Skip to main content
Glama

search_tasks

Search for tasks by title, description, or tags. Locate specific tasks in your task management workflow.

Instructions

Search tasks by title, description, or tags

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It does not mention matching behavior (exact vs. fuzzy), case sensitivity, result format, pagination, or the scope of tasks searched, leaving significant ambiguity for a tool with no output schema.

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 a single focused sentence with no unnecessary words, directly and efficiently stating the tool's purpose without redundancy.

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 sparse parameter documentation, the description lacks essential behavioral details such as return structure, matching semantics, and whether results are limited by user or workspace. It explains what is searched but not what the caller receives, making it incomplete for reliable agent invocation.

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?

The schema provides only the parameter name and type with no description. The description clarifies that the query is matched against title, description, or tags, adding essential meaning. However, it does not specify details like whether the query can contain multiple terms or how matching is performed, so it is adequate but not exhaustive.

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 tasks and specifies the search criteria (title, description, or tags), making its purpose specific and distinguishable from sibling tools like list_tasks_by_user or get_overdue_tasks.

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 searching but does not explicitly compare with sibling tools or state when to prefer this over alternatives. It provides no exclusions or contextual guidance, leaving the agent to infer when this tool is appropriate.

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/MuthuPalaniappan925/TaskFlow-MCP-Server-101'

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