Skip to main content
Glama

Decompose goal into tasks

decompose
Read-onlyIdempotent

Break a vague goal into a small ordered list of atomic tasks with explicit acceptance criteria and dependency edges. Tasks are estimated to take 5-90 minutes and are returned without persistence.

Instructions

Break a vague goal into a small ordered list of atomic 5-90 minute tasks with explicit acceptance criteria and dependency edges. Stateless: returns tasks but does NOT persist them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalYes
time_budgetNoOptional total time budget as an ISO-8601 duration, e.g. 'PT2H' (2 hours) or 'PT90M' (90 minutes) — not prose like 'a couple of hours'.
max_chunk_sizeNoOptional neurotype knob (ADR 0011). Caps the NUMBER of tasks returned, below the normal 3-12 target / hard cap of 20. When the goal naturally needs more steps, the server keeps the lowest-sequence prefix (a valid sub-DAG with no dangling dependencies) and notes the truncation in the rationale rather than silently dropping steps. Omit for default behaviour.
time_buffer_multiplierNoOptional neurotype knob (ADR 0011). When greater than 1.0, the server attaches an additive 'padded_minutes' to each task equal to round(estimated_minutes * multiplier). 'estimated_minutes' stays RAW so the figure is never padded twice. A value of 1.0 (or omitting it) produces no padding.
motor_fatigue_awareNoOptional neurotype knob (ADR 0011). When true, the server echoes the preference and names it in the rationale so the client can act on it. The server has no view of actual motor activity and does NOT infer fatigue.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations provide readOnlyHint=true and idempotentHint=true. Description adds 'Stateless: returns tasks but does NOT persist them,' which aligns with annotations and adds context. No contradictions; it clearly conveys the tool's non-persistent, read-only nature.

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?

Two sentences: first states purpose and output structure; second adds statelessness. Every sentence adds value with no redundancy or fluff. Front-loads key 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 existence of output schema and rich parameter descriptions, the description adequately covers the tool's behavior (stateless, ordered list, acceptance criteria, dependencies). It lacks detail on return structure but output schema fills that gap. No missing critical context.

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 80%, so baseline is 3. Description does not elaborate on parameters beyond the schema, but the schema already has detailed descriptions for time_budget, max_chunk_size, etc. The description's mention of '5-90 minutes' adds context for task duration but is not parameter-specific.

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?

Title 'Decompose goal into tasks' and description 'Break a vague goal into a small ordered list of atomic 5-90 minute tasks with explicit acceptance criteria and dependency edges' clearly state the verb (break) and resource (goal into tasks). It distinguishes from sibling tools like 'brief_meeting' or 'record_fact' which are unrelated.

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 implies usage for vague goal decomposition, stating 'Break a vague goal...'. It does not explicitly mention when-not-to-use or alternatives, but sibling tools are diverse so no confusion. The stateless note clarifies that tasks are not persisted, guiding agent behavior.

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/tlennon-ie/neurodock'

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