Skip to main content
Glama

Отложенные действия

tasks_list
Read-onlyIdempotent

Retrieve tasks planned for a case, including completed and cancelled; filter by status (pending, running, done, failed, cancelled) and set a limit to control output.

Instructions

Что запланировано в деле: «написать через три дня», «напомнить, если не ответил». Показывает и выполненные, и отменённые — отбирайте по статусу.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caseNoДело: название или идентификатор. Если не указать, берётся дело по умолчанию, иначе последнее открытое в панели.
limitNoСколько записей вернуть, максимум 300. По умолчанию 100.
statusNoОставить только задачи в этом состоянии.
Behavior4/5

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

The description explains that both completed and cancelled tasks are shown by default and that the status parameter can filter them, which adds behavioral nuance beyond the readOnlyHint and destructiveHint annotations. It does not describe return format or pagination, but those are not critical for a list operation with an 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 that provides an illustrative example and a practical filtering tip. It is concise, front-loaded with the core concept, and contains no redundant information.

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?

Given the tool's simplicity, the description covers its main behavior (showing deferred actions) and notes that completed/cancelled are included. Combined with the detailed parameter schema, an agent has enough context to invoke it correctly. It could be slightly more explicit about it being a read-only listing, but the annotations already convey that.

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 parameters are fully described in the input schema (100% coverage), so the description does not need to repeat them. The mention of 'select by status' slightly reinforces the status parameter's purpose but adds little beyond the schema's own description.

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: it shows deferred actions planned in a case, with examples that illustrate the concept. It distinguishes itself from sibling tools like tasks_cancel by focusing on listing and filtering rather than modifying tasks.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context on when to use this tool (to see what's planned in a case) and hints at filtering by status to include completed/cancelled tasks. It does not explicitly mention alternatives or exclusions, but the sibling list makes it obvious this is the primary listing tool for tasks.

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/uk-kd/operbots-mcp'

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