Skip to main content
Glama
jamesfishwick

Slipbox MCP Server

slipbox_update_note

Update a note's title, content, type, tags, or references. Omitted fields stay unchanged; empty strings clear tags or references.

Instructions

Update an existing note.

Only provided fields are updated; omitted fields remain unchanged. Pass empty string for tags to clear all tags. Pass empty string for references to clear all references.

Constraint: notes with note_type='literature' must have at least one reference. If you are promoting a note to 'literature', pass the citation in references in the same call.

Args: note_id: The ID of the note to update title: New title (optional) content: New content (optional) note_type: New type: fleeting/literature/permanent/structure/hub (optional) tags: New comma-separated tags, or empty string to clear (optional) references: New newline-separated citations, or empty string to clear (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
titleNo
contentNo
note_idYes
note_typeNo
referencesNo
Behavior4/5

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

With no annotations, the description carries the transparency burden. It explicitly states partial updates (only provided fields change), how to clear fields via empty strings, and the literature promotion constraint. This goes well beyond a vague 'update' and covers key behavioral traits, though it doesn't mention error handling or return values.

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 well-structured with a short introductory paragraph and a clear Args list. It's slightly long due to necessary parameter explanations, but every sentence earns its place. The front-loaded update semantics and clearing behavior are immediately clear.

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?

For a mutation tool with no annotations and no output schema, the description covers the essential aspects: update semantics, field clearing, and the literature constraint. It lacks mention of errors or return values, but the provided information is sufficient for safe and correct usage.

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

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has zero description coverage, but the description includes an Args section that explains each parameter, including formats (comma-separated tags, newline-separated references) and optionality. This adds substantial meaning beyond the raw 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 clearly states the tool updates an existing note, using the specific verb 'Update' and the resource 'an existing note'. It distinguishes itself from siblings like create or delete by focusing on modification.

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 implies usage for modifying existing notes, and provides a specific constraint for literature notes (must have at least one reference). It doesn't explicitly contrast with create/delete, but the context is clear and the constraint gives actionable guidance.

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/jamesfishwick/slipbox-mcp'

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