Skip to main content
Glama

flag_attention

Flag a task as awaiting your input or decision. Use the note to state what you need, making the task stand out and ring a bell until you respond.

Instructions

Flag a task as awaiting the user's attention — e.g. you need a decision or input to proceed. note should say what you need (a short question). This makes the task stand out and rings a bell in the user's interactive board. Call clear_attention once the user has responded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
task_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are present, so the description carries the full behavioral burden. It explains the effect ('makes the task stand out and rings a bell'), what the note should contain, and the lifecycle (clearing via clear_attention). It does not mention permissions or failure modes, but for a simple flagging operation this is adequate.

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 three sentences, front-loaded with the main action. Every sentence contributes: purpose, note instruction, and the clear_attention follow-up. No wasted words.

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?

For a simple 2-parameter tool with an output schema, the description fully covers what, when, and how to invoke, plus the complementary follow-up. It is sufficiently complete without needing to explain return values (handled by output schema).

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

Parameters4/5

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

The schema has 0% description coverage, but the description explains `note` well: 'should say what you need (a short question).' The `task_id` parameter is self-explanatory from the tool's purpose (flagging a task), though not explicitly described. This largely compensates for the schema gap.

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: 'Flag a task as awaiting the user's attention.' This clearly distinguishes it from sibling tools like clear_attention (which removes the flag) and transition_task (which changes status).

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 provides explicit when-to-use context: 'e.g. you need a decision or input to proceed.' It also names the complementary tool and follow-up action: 'Call clear_attention once the user has responded.' This offers clear guidance on usage and alternatives.

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/ptucholski/tasq'

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