Skip to main content
Glama
Daemon-Killer

prospective-memory

capture_task

Save a thought as an open task to prevent forgetting it. Capture quick ideas on the go and retrieve them later through AI assistants as part of your persistent memory store.

Instructions

Save a thought as an open task (same path as the Android capture box).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
sourceNomcp

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.5.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It states the core effect and adds the Android capture-box path, but does not disclose duplicate handling, failure modes, or whether any other state is changed.

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?

A single, front-loaded sentence with no filler. Every phrase contributes: action, result, and platform consistency.

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?

The tool is simple, has an output schema, and only one required parameter. Coverage of text plus the Android-capture context makes it callable; the main gap is the undocumented optional source.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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. 'Thought' gives a semantic hint for the required text param, but source is never mentioned, leaving it under-documented.

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?

States a specific action ('Save a thought as an open task') and a resource, and the Android capture-box reference adds useful context. This clearly differentiates it from sibling read/search/complete/drop operations.

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 intended scenario is clear - save a thought as an open task - and the action itself distinguishes it from list/search/complete/drop. It does not name alternatives or exclusions, so it stops short of a 5.

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/Daemon-Killer/prospective-memory'

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