Skip to main content
Glama

Patch note section

patch_note_section
Destructive

Rewrite an outdated section of a Markdown note in place, replacing content under a given heading while preserving other sections and prior history, with atomic writes.

Instructions

Use this to rewrite an outdated section in place when the topic already has a note. Replace the content under one existing Markdown heading. Pass the note's current content_hash as expected_hash for CAS. The operation preserves the heading line and non-target sections, stores exact prior history, and writes atomically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headingYes
rel_pathYes
new_contentYes
expected_hashNo
heading_levelNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexedYes
patchedYes
content_hashYes
Behavior5/5

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

Annotations already flag destructiveHint=true, and the description elaborates by stating the heading line and non-target sections are preserved, prior history is stored exactly, and writes are atomic. It also explains the expected_hash CAS check, adding significant 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 three sentences, front-loaded with the core action, and every sentence contributes meaningful operational detail without redundancy.

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 description covers the key operational guarantees (atomicity, history preservation, CAS) and what is preserved, which is sufficient given the presence of an output schema. It omits edge cases like hash mismatch behavior, but overall is complete enough for a tool of this scope.

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?

With 0% schema coverage, the description compensates for expected_hash (explains its CAS role) and indirectly for heading and new_content by describing the replacement action. It does not mention heading_level or rel_path, but these are relatively clear from context.

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 uses specific verbs ('rewrite', 'replace') and clearly identifies the resource ('an outdated section in place', 'content under one existing Markdown heading'). It differentiates from siblings by noting this is for existing notes/sections, not new ones.

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?

It states the primary use case: 'rewrite an outdated section in place when the topic already has a note.' This gives a clear context and implies avoiding use for new notes, though it does not explicitly name alternate tools or exclusions.

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

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