Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPABASE_URL | Yes | The Supabase project URL (e.g., https://YOUR_PROJECT_ID.supabase.co) | |
| SUPABASE_API_KEY | Yes | The Supabase service_role API key | |
| SUPABASE_USER_ID | Yes | The Supabase User UUID |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_tasks | Search tasks by name, tags, due date, or status. |
| read_task | Get full details of a task by UUID. |
| create_task | Create a new task. |
| update_task | Update a task. |
| complete_task | Mark a task as completed or uncompleted. |
| delete_task | Move task to trash or delete permanently. |
| search_notes | Search notes by title, content, or tags. |
| read_note | Get full content of a note by UUID. |
| create_note | Create a new note with markdown content. |
| update_note | Update a note. Use 'append' to add to existing content. |
| delete_note | Move note to trash or delete permanently. |
| list_tags | List all tags with usage counts. |
| create_tag | Create a new tag. |
| tag_item | Add a tag to a task or note. |
| untag_item | Remove a tag from a task or note. |
| list_workspaces | List all workspaces. |
| read_workspace | Get workspace details. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |