Skip to main content
Glama

get_task_context

Retrieve complete task context—dependencies, previous work, guidelines, and tech stack—by providing a task ID. Enables informed development decisions.

Instructions

Gets comprehensive context for a task including dependencies, previous work, guidelines, and tech stack

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTask ID
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It names what context is returned (dependencies, previous work, guidelines, tech stack) and the verb 'Gets' implies a read-only operation, but it does not explicitly state safety, error behavior, or whether the tool aggregates data from multiple sources. This is adequate but not rich.

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, front-loaded sentence that states the action and lists specific content categories without any filler. Every word earns its place, and the structure is immediately scannable.

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?

With no output schema, the description must convey what the tool returns; it names four meaningful categories. However, it does not clarify the structure or depth of 'previous work' or mention any potential cost/latency. For a single-parameter read tool, this is mostly complete but could offer more detail.

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 input schema covers the only parameter 'id' with description 'Task ID', giving 100% coverage. The description adds no additional parameter-level detail, so the schema already does the heavy lifting. Baseline 3 is appropriate.

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 uses the specific verb 'Gets' with a clear resource ('comprehensive context for a task') and enumerates the content areas (dependencies, previous work, guidelines, tech stack). This clearly distinguishes it from sibling tools like get_task_dependency_graph or get_relevant_knowledge, which focus on narrower aspects.

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 its use for retrieving broad task context but does not explicitly state when to use it over alternatives or mention specific exclusions. It lacks the explicit guidance found in higher-scoring examples, such as naming sibling tools that should be used for more specific needs.

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/khaoss85/mcp-orchestro'

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