Skip to main content
Glama

get_ready_tasks

Retrieve tasks that are ready to execute and unclaimed from a DAG workflow, enabling efficient task assignment and parallel execution.

Instructions

Return tasks that are ready and not currently claimed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_idNo
owner_agentNo
limitNo
Behavior1/5

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

No annotations are present, so the description must carry full burden. It only states the filtering condition but does not disclose that the operation is read-only, whether it requires authentication, or what happens when no tasks match. This is severely lacking.

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

Conciseness2/5

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

While the description is one sentence, it is under-specified. It sacrifices essential details for brevity, making it not concise but incomplete. Every sentence should add value, and here critical information is missing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and no parameter descriptions, the description fails to provide sufficient context for the agent to correctly invoke the tool. It does not cover return format, filtering behavior, or edge cases.

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

Parameters1/5

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

Schema description coverage is 0%; the description never explains the three parameters (run_id, owner_agent, limit). The agent has no information beyond parameter names to understand their semantics or usage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns tasks that are ready and not currently claimed. It uses a specific verb ('Return') and resource ('tasks') with a clear filter. However, it does not contrast with siblings like get_blocked_tasks or list_tasks, so it's not a 5.

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 guidance on when to use this tool vs alternatives such as get_blocked_tasks or list_tasks. No prerequisites or context provided.

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/Shubhamnegi/dag-planner-mcp'

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