Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HACKMD_API_URL | No | HackMD API Endpoint URL | https://api.hackmd.io/v1 |
| HACKMD_API_TOKEN | Yes | Your HackMD API token obtained from HackMD settings |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_user_info | Get information about the authenticated user |
| list_user_notes | List all notes owned by the user |
| get_note | Get a note by its ID |
| create_note | Create a new note |
| update_note | Update an existing note |
| delete_note | Delete a note |
| get_history | Get user's reading history |
| list_teams | List all teams accessible to the user |
| list_team_notes | List all notes in a team |
| create_team_note | Create a new note in a team |
| update_team_note | Update an existing note in a team |
| delete_team_note | Delete a note in a team |