Skip to main content
Glama

poll_task_events

Compares the current task corpus against the checkpoint to detect new events, stages them, advances the checkpoint, and returns newly observed events along with the pending spool for acknowledgment.

Instructions

WRITE/LOCAL. Diffs the current task corpus, durably stages deterministic event envelopes, then advances the checkpoint. Returns newly observed events plus the unacknowledged pending spool. Events are observation-only and must be acted on separately under normal ATS intent and security checks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueWithinHoursNoOverride the task.due.soon horizon stored in the checkpoint.
Behavior4/5

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

Description clearly labels as WRITE/LOCAL, describes side effects (durably stages, advances checkpoint), and declares observation-only nature. With no annotations, this adequately covers behavioral traits.

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?

Three sentences, front-loaded with operation type, no wasted words. Each sentence adds distinct value.

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?

Given simplicity (1 non-required param, no output schema), description covers purpose, behavior, and usage. Could briefly explain what 'deterministic event envelopes' are, but overall adequate.

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?

Single parameter has schema description (coverage 100%), so baseline is 3. Tool description does not add any further meaning beyond the schema.

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?

Description uses specific verbs (diffs, stages, advances) and mentions return type. It hints at distinction from siblings (e.g., unacknowledged pending spool) but could explicitly differentiate from acknowledge/list/snapshot tools.

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?

States events are observation-only and must be acted on separately, implying usage pattern. But does not explicitly state when to use this tool vs siblings like acknowledge_task_events or list_pending_task_events.

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/renezander030/agentic-task-system'

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