Skip to main content
Glama

Prepare sourced follow-up

prepare_follow_up
Read-only

Validate proposed follow-up records against source excerpts and live note hashes, confirm identity for person targets, and generate bounded append-journal plans without writing.

Instructions

Validate sourced actions, interactions, objectives and state revisions against live note IDs/hashes and exact source excerpts. Existing target history headings are required. Person targets require contextual identity confirmation; clarify homonyms first. Returns bounded append_journal plans, never writes. Validation is structural, not a truth verdict. Use stable record/revision IDs, then apply with existing writers and verify receipts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recordsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
plansNo
statusNo
committedNo
validationNo
next_actionNo
writes_enabledNo
already_recordedNo

Schema Changelog

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

  1. Addedv0.1.5

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the readOnlyHint and destructiveHint annotations, the description adds important behavioral context: validation is structural, not a truth verdict; existing headings are required; person targets require identity confirmation; and results are bounded plans, not writes. This gives the agent a genuinely accurate mental model.

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?

Five dense sentences, each adding real value: scope, prerequisites, identity caveat, non-writing behavior, and follow-up workflow. Information is front-loaded and there is no filler.

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?

Given the output schema exists and annotations cover the read-only safety profile, the description is complete enough for safe and correct invocation. It covers preconditions, identity handling, output type, and post-invocation steps like verifying receipts.

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 description coverage is 0%, so the description must compensate. It does provide key conceptual guidance: use stable record/revision IDs, compare against live hashes and exact source excerpts, and confirm identity for person targets. However, it does not meaningfully explain the richer nested fields like status, due_date, event_date, or previous_revision, leaving some semantics to the schema.

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 names a specific verb ('Validate') and a specific resource ('sourced actions, interactions, objectives and state revisions') and makes the output explicit: 'Returns bounded append_journal plans, never writes.' This clearly distinguishes it from writer tools like append_journal and readers like get_follow_up.

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 gives clear preconditions: existing target history headings are required, person targets need identity confirmation, and homonyms should be clarified first. It also states when not to use it ('never writes') and instructs to apply generated plans with existing writers, though it does not name the specific sibling tools to use.

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/VBlackJack/Datacron'

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