Skip to main content
Glama

HackMD MCP Server

update_team_note

Modify team notes in HackMD by updating content, permissions, or custom permalinks using the specified note ID and team path. Simplifies collaborative note management.

Instructions

Update an existing note in a team

Input Schema

NameRequiredDescriptionDefault
noteIdYesNote ID
optionsYesUpdate note options
teamPathYesTeam path

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "noteId": { "description": "Note ID", "type": "string" }, "options": { "additionalProperties": false, "description": "Update note options", "properties": { "content": { "description": "New note content", "type": "string" }, "permalink": { "description": "Custom permalink", "type": "string" }, "readPermission": { "description": "Read permission", "enum": [ "owner", "signed_in", "guest" ], "type": "string" }, "writePermission": { "description": "Write permission", "enum": [ "owner", "signed_in", "guest" ], "type": "string" } }, "type": "object" }, "teamPath": { "description": "Team path", "type": "string" } }, "required": [ "teamPath", "noteId", "options" ], "type": "object" }
Install Server

Other Tools from HackMD 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/yuna0x0/hackmd-mcp'

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