Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUPABASE_URLYesThe Supabase project URL (e.g., https://YOUR_PROJECT_ID.supabase.co)
SUPABASE_API_KEYYesThe Supabase service_role API key
SUPABASE_USER_IDYesThe Supabase User UUID

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/RosTeHeA/streamline-mcp'

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