Skip to main content
Glama

Backlog MCP Server

by fleagne

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

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/fleagne/backlog-mcp-server'

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