HackMD MCP Server

by yuna0x0
Verified

list_team_notes

Retrieve all notes within a specified team to manage and organize collaborative content efficiently using the HackMD API.

Instructions

List all notes in a team

Input Schema

NameRequiredDescriptionDefault
teamPathYesTeam path

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "teamPath": { "description": "Team path", "type": "string" } }, "required": [ "teamPath" ], "type": "object" }

You must be authenticated.

Other Tools from HackMD MCP Server

Related Tools

ID: 2lnhpu8zmr