Backlog MCP Server

by fleagne
Verified

backlog_update_wiki

Update a wiki page's content, title, or email notification settings using the Backlog Wiki API. Simplify collaboration and documentation management within projects.

Instructions

Update an wiki using the Backlog Wiki API.

Input Schema

NameRequiredDescriptionDefault
contentNoContent
mailNotifyNoTrue make to notify by Email
nameNoPage Name
wikiIdYesWiki page ID

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content", "type": "string" }, "mailNotify": { "description": "True make to notify by Email", "type": "boolean" }, "name": { "description": "Page Name", "type": "string" }, "wikiId": { "description": "Wiki page ID", "type": "number" } }, "required": [ "wikiId" ], "type": "object" }

You must be authenticated.

Other Tools from Backlog MCP Server

Related Tools

ID: ekxpemr97g