Skip to main content
Glama

get_task_context

Read-only

Everything you need to act on one signal, in a single call — written for an agent that knows nothing about this company yet. It returns the signal and its repair steps, the objects it concerns with their fields and PII flags, the verified join path between each pair of them, the process and the step involved, the open findings on those objects, the metric and its recorded values where the signal is about a number, what was done the last time this same thing came up, and a trust summary naming the weak joins and the fields you must not quote back. It is still metadata: fetch the rows themselves in your human's own systems, using the routes. Start from list_signals, then call this for the signal you mean to work on. The finding the signal names is always here if your key may see it; the other findings are a relevance selection, and when there were more open findings than it reads, truncated is true and truncated_note says so.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signal_idYesThe id of a signal from list_signals.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

Even with readOnlyHint=true, the description adds substantial behavioral insight beyond the annotation: it is metadata-only, the named finding is always included when visible, other findings are a relevance selection, and truncation is surfaced via fields 'truncated' and 'truncated_note.' No contradiction with annotations exists.

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 long, but the length is largely earned: it enumerates many distinct return components and provides workflow and truncation guidance. The main structural weakness is that the longest sentence is a dense list without line breaks, which makes it harder to scan quickly, though it remains front-loaded and purposeful.

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

Completeness5/5

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

Because there is no output schema, the description carries the full burden of explaining the return payload, and it does so thoroughly: signal, repair steps, objects/PII, join paths, process/step, findings, metrics, historical context, and trust warnings. It also covers the truncation edge case and the metadata boundary, so an agent unfamiliar with the system can invoke it correctly.

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 single parameter is fully described in the schema as 'The id of a signal from list_signals,' and the description reinforces that connection by telling the agent to start from list_signals. Since schema description coverage is 100%, the description adds little beyond what the schema already provides, so the baseline score of 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 states a specific verb and resource: it returns the full task context for a single signal in one callches. It enumerates the exact content categories, which clearly differentiates it from sibling tools like get_object or get_metric, and grounds it in a workflow starting from list_signals.

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

Usage Guidelines5/5

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

It gives explicit workflow guidance: 'Start from list_signals, then call this for the signal you mean to work on.' It also states the boundary of the tool, warning that it is metadata and that actual rows must be fetched 'using the routes,' which tells the agent when not to rely on this call as the final data source.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources