Skip to main content
Glama
cjo4m06

Shrimp Task Manager

query_task

Search for tasks using keywords or task ID to display abbreviated task information. Supports pagination and ID mode for efficient retrieval.

Instructions

根據關鍵字或ID搜尋任務,顯示省略版的任務資訊

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isIdNo指定是否為ID查詢模式,默認為否(關鍵字模式)
pageNo分頁頁碼,默認為第1頁
queryYes搜尋查詢文字,可以是任務ID或多個關鍵字(空格分隔)
pageSizeNo每頁顯示的任務數量,默認為5筆,最大20筆
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions 'abbreviated' results but does not define what fields are excluded. No mention of read-only nature, side effects, or auth requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence, front-loading the core purpose. However, it could be more structured by adding usage context or output details without becoming verbose.

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?

There is no output schema, and the description does not explain the return value format or fields in the 'abbreviated' results. For a search tool with 4 parameters, more detail on pagination and result structure is needed.

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 the baseline is 3. The description adds no extra meaning beyond the schema for parameters; it only describes the output.

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's purpose: search tasks by keyword or ID and display abbreviated information. It uses specific verb and resource, and distinguishes from siblings like get_task_detail (full detail) and list_tasks (list all).

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 by keyword or ID search, but does not explicitly state when not to use or mention alternative tools like get_task_detail for full details. No guidance on when to prefer this over list_tasks or other siblings.

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/cjo4m06/mcp-shrimp-task-manager'

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