Skip to main content
Glama

update_chapter

Modify an existing chapter's details, including name, description, tags, or priority, and optionally move it to another book.

Instructions

Update an existing chapter in BookStack.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chapter_idNoID of the chapter to update. Required if name is not provided.
nameNoNew name for the chapter. Required if chapter_id is not provided.
book_id_contextNoID of the book containing the chapter. Required if chapter_name is used.
book_name_contextNoName of the book containing the chapter. Required if chapter_name is used.
book_idNoNew book ID to move the chapter to.
descriptionNoNew description of the chapter.
description_htmlNoNew HTML description of the chapter.
tagsNoNew tags for the chapter.
priorityNoNew priority for the chapter.
default_template_idNoNew ID of the default page template for this chapter.
Behavior2/5

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

With no annotations, the description must carry the burden of behavioral disclosure. It only says 'update', but does not describe whether updates are partial or full replacement, what the response is, or any side effects. This is insufficient for an update operation.

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

Conciseness3/5

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

The description is a single sentence, very concise, but it is too brief and lacks important context. It could include more detail without becoming verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 10 parameters, no output schema, and no annotations, the description is severely incomplete. It does not explain how to identify the chapter (chapter_id or name) or that it can move the chapter to another book.

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?

Input schema coverage is 100%, so baseline is 3. The description adds no additional meaning beyond the schema, but does not detract either.

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

Purpose3/5

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

The description 'Update an existing chapter in BookStack.' clearly states the action and resource, but does not distinguish this tool from sibling update tools like update_book or update_page. It lacks specificity about what can be updated.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus create_chapter, delete_chapter, or other update tools. There is no mention of prerequisites or alternatives.

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/Derron-Knox/bookstack-mcp-server'

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