Skip to main content
Glama

Record open item

record_open

Record open questions, risks, milestones, and next actions so they remain in resume context until resolved. Ensures AI sessions continue without losing direction.

Instructions

Append an open question, risk, milestone or next action. These are recorded with status 'open', so they keep surfacing in the resume context until closed with resolve_claim. Only one milestone and one next_action show at a time — recording a new next_action does not retire the old one, so supersede it via capture when direction changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoDetail a future session needs. Keep it short — the next_action body is rendered in the resume header.
typeYesquestion: something undecided. risk: something that could go wrong. milestone: the current goal. next_action: where to resume.
titleYesThe question, risk, goal or next step in one line.
projectNoNamed project in the central store. Omit inside a repo that has .continuity/, where state is found by walking up from the working directory.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed4 schema fields changedv1.1.1
    • addedInput schema / properties / body / description
      Added value: +"Detail a future session needs. Keep it short — the next_action body is rendered in the resume header."
    • changedInput schema / properties / project / description
      Previous value: -"Named project (central store). Omit inside a Claude Code repo."New value: +"Named project in the central store. Omit inside a repo that has .continuity/, where state is found by walking up from the working directory."
    • addedInput schema / properties / title / description
      Added value: +"The question, risk, goal or next step in one line."
    • addedInput schema / properties / type / description
      Added value: +"question: something undecided. risk: something that could go wrong. milestone: the current goal. next_action: where to resume."
  2. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations declare destructiveHint=false, readOnlyHint=false, idempotentHint=false, and openWorldHint=false, which establishes this as a non-destructive non-idempotent write. The description adds valuable behavioral context beyond annotations: items persist with status 'open', a new next_action does not retire the old one, and body length is constrained because it renders in the resume header. It could mention the exact overwrite/supersession mechanics more explicitly, but the description meaningfully extends the annotation signal.

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 dense sentences with zero filler. The core purpose is front-loaded, behavioral constraints follow, and the supersede guidance is placed last. Every clause earns its place — the body-rendering note, the one-at-a-time display rule, the non-retirement warning, and the resolve_claim relationship all convey distinct, non-redundant information. Nothing could be cut without losing meaning.

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 that annotations already declare the write-operation profile and the schema covers 100% of parameters, the description covers the essential agent needs: what to record, how items behave over time, and what alternatives exist. It is slightly pessimistic to require more given no output schema exists and the tool is simple (4 flat params, no nesting). A small gap is that it doesn't state what the return value is or confirm success, but for a simple append-style tool this is minor.

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?

Schema coverage is 100%, so the schema already documents all four parameters thoroughly, including the enum values and their meanings in the type property. The description adds marginal value by clarifying the body's rendering impact ('rendered in the resume header') and the next_action display behavior, but most parameter semantics are already in the schema. Baseline 3 is appropriate when the schema carries the weight.

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 precise verb and resource: 'Append an open question, risk, milestone or next action.' It enumerates the exact item types, clearly distinguishing this from sibling tools like record_decision, record_constraint, and record_rejection. The status 'open' semantics and relationship to resolve_claim are made explicit, so an agent can tell this tool apart from its siblings without opening the schema.

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?

The description gives explicit usage context: these items keep surfacing in resume context until closed with resolve_claim, and it warns about the one-milestone/one-next-action display behavior. It also names the alternative approach ('supersede it via capture when direction changes') for retiring an old next_action, providing clear when-to-use and when-not-to-use guidance.

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

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/vikcena01/ai-continuity-plugin'

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