Skip to main content
Glama

mark_skill_materialized

Record that a thread's insights have been written into a skill, stopping the skill hint nudge, and optionally mirror the skill path to configured directories.

Instructions

Close the Learning loop: record that a closed thread's insights were written into a skill.

Stops the brief()'s skill_hint nudge from firing for this thread. Also appends a move note pointing at the skill path so future briefs surface the link.

Pass the absolute path to the SKILL.md (or skill directory) when known; leave empty if you only want to silence the hint without recording a path. When a path is provided, thread-keeper also mirrors that skill directory into every configured native skills root (Claude, Codex, Antigravity, shared agents, and ~/.threadkeeper/skills) on a best-effort basis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idYes
skill_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well: it discloses side effects (stopping the nudge, appending a note, mirroring directories) and notes the 'best-effort' nature of mirroring. It does not discuss reversibility or idempotency, but the core behaviors are transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two paragraphs with 4-5 sentences, front-loading the main purpose and then detailing behaviors. It is efficient but could be slightly tighter; every sentence contributes value.

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 the tool's moderate complexity (side effects, optional parameter, mirroring), and the presence of an output schema, the description adequately covers usage, behavior, and parameter semantics. It could mention the return format but that is handled by the output schema.

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 adds meaning to 'skill_path' by explaining its purpose and optionality, but 'thread_id' is not described beyond its requirement. The description covers one of two parameters meaningfully, leaving the other implicit.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's primary action: 'record that a closed thread's insights were written into a skill'. It also explains side effects like stopping a nudge and appending a note. However, it does not explicitly differentiate from the sibling tool 'skill_record', which likely has a related purpose.

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 provides explicit guidance on when to provide a skill_path vs leave it empty, covering two main use cases. It does not, however, advise when to use this tool over alternatives like 'skill_record' or 'close_thread', leaving some ambiguity.

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/po4erk91/thread-keeper'

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