Skip to main content
Glama

backlog_wakeup

Get a session-start briefing of active tasks, epics, recent completions with evidence, and activity. Optionally scope to a folder, milestone, or epic for project-focused overview.

Instructions

Dense session-start briefing: active tasks, current epics, recent completions (with evidence snippets), and recent activity. No focal entity required — use this at the start of every session to understand what you were working on. Optional scope narrows to a folder (for project-scoped briefing), milestone, or epic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoOptional entity ID to scope the briefing to a subtree. Must be a container (folder/milestone/epic). Use a folder ID for project-scoped wake-up (e.g. "FLDR-0001"). Omit to get everything across the whole backlog.
max_completionsNoMax done tasks in the "recent" section. Default: 5.
max_activityNoMax recent activity-log entries. Default: 5.
evidence_snippet_charsNoMax chars of evidence to include per completion. Default: 160.
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It explains what data the tool returns (active tasks, epics, completions, activity) and mentions optional scope. However, it does not disclose any behavioral traits such as side effects, authentication needs, or behavior on invalid inputs.

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 two sentences, front-loaded with the core purpose, and every word adds value. There is no redundancy or irrelevant information.

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

Completeness3/5

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

Given the tool's complexity and no output schema, the description explains the briefing content but lacks specifics on the return format or structure. It is adequate for a briefing tool but could be more complete by hinting at the output shape.

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?

Input schema has 100% description coverage, so the schema already documents all parameters. The description adds value by providing usage examples and context, such as 'Use a folder ID for project-scoped wake-up', enriching the schema's descriptions.

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 clearly states it is a dense session-start briefing with specific content: active tasks, current epics, recent completions with evidence snippets, and recent activity. It distinguishes from sibling CRUD and search tools by being a summary tool for session initialization.

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

Usage Guidelines4/5

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

The description explicitly advises using it 'at the start of every session' and mentions optional scoping with a folder, milestone, or epic. It provides clear context for when to use but does not explicitly exclude alternatives or mention when not to use.

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/gkoreli/backlog-mcp'

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