Skip to main content
Glama

Record mission

record_mission
Idempotent

Set or replace the project's mission, displayed as the top resume line. Changing it requires a reason and archives the old mission, preserving context for future sessions.

Instructions

Set or replace the project's mission — the single line rendered at the top of every resume context, which is what a fresh session reads first. Creates it if none exists. Replacing an existing mission REQUIRES a reason, and supersedes rather than overwrites: the previous mission is archived as a claim with the reason, because a strategic pivot is exactly what someone asks 'why did this change?' about later. Setting the identical text is a no-op. Use this rather than capture with type mission; use create_project instead only when the project does not exist yet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional elaboration. Rendered under the heading, so keep it to a sentence.
titleYesThe mission in one line, phrased as what the project is for. Appears as the resume context's heading, so make it self-contained.
reasonNoWhy the mission is changing. Required only when replacing an existing mission; omitted on first set. Travels with the superseded claim.
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. Addedv1.3.0

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the annotations, the description discloses key behaviors: creation if none exists, replacement requiring a reason, superseding rather than overwriting, archival of the previous mission as a claim, and no-op on identical text. These details are consistent with the idempotentHint=true and destructiveHint=false annotations, and they add meaningful behavioral context.

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 dense but well organized: purpose, core behavior, edge cases, and routing to alternatives all appear in a logical order without redundant phrasing. Every sentence contributes either a behavioral rule or selection guidance.

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 tool with four parameters and no output schema, the description is complete: it covers the core operation, edge cases, required inputs for replacement, store/repo behavior, and sibling-tool selection. No critical information an agent needs to call this tool correctly is missing.

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 coverage is 100% with solid per-parameter descriptions, so the baseline is 3. The description adds value by clarifying when reason is required, how the project parameter is resolved in a repo, and that the previous mission travels as a claim with the reason, which enriches the meaning of reason and project beyond the schema alone.

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 opens with a specific verb and resource: 'Set or replace the project's mission', then defines exactly what the mission is (the single line at the top of every resume context). It clearly distinguishes this tool from siblings by naming capture and create_project as alternatives, so an agent can select it confidently.

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 when-to-use guidance: use this rather than capture with type mission, and use create_project instead only when the project does not exist yet. It also states the required-reason rule for replacement and the project-omission rule inside a repo, leaving no ambiguity about invocation context.

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