Skip to main content
Glama

task_analysis

Analyze tasks to find duplicates, clean tags, examine hierarchy, detect dependency cycles, and identify parallelizable tasks. Get recommendations to improve task structure.

Instructions

[HINT: Task analysis. action=duplicates|tags|hierarchy|dependencies|parallelization. Task quality and structure.]

Unified task analysis:

  • action="duplicates": Find duplicate tasks by similarity

  • action="tags": Consolidate/cleanup task tags

  • action="hierarchy": Analyze task structure and groupings

  • action="dependencies": Analyze dependency chains, detect cycles, find critical paths

  • action="parallelization": Identify tasks that can run in parallel

📊 Output: Analysis results with recommendations 🔧 Side Effects: Modifies tasks (duplicates with auto_fix, tags without dry_run)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoduplicates
similarity_thresholdNo
auto_fixNo
dry_runNo
custom_rulesNo
remove_tagsNo
output_formatNotext
include_recommendationsNo
output_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses side effects: 'Modifies tasks (duplicates with auto_fix, tags without dry_run)'. However, it does not mention other potential behaviors like file writing via output_path or performance impacts.

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 relatively concise with clear bullet points. The HINT line is slightly redundant but not harmful. Emojis add visual cues. Could be slightly more structured but overall efficient.

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 9 parameters, no schema descriptions, and no annotations, the description covers actions and side effects but lacks parameter details. The presence of an output schema (not shown) may partially fill the return-value gap, but the tool remains incomplete without parameter explanations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must explain parameters. It only briefly mentions 'action' and hints at auto_fix/dry_run in side effects. The other 7 parameters (similarity_threshold, custom_rules, remove_tags, etc.) are entirely unexplained.

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 performs 'task analysis' with multiple specific actions (duplicates, tags, hierarchy, dependencies, parallelization). It distinguishes from siblings like task_discovery and task_workflow by focusing on analysis of existing tasks.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like task_discovery, task_workflow, or other siblings. The description implies usage through listed actions but does not provide criteria for tool selection.

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/davidl71/project-management-automation'

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