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_tasksB

Search tasks by name, tags, due date, or status.

read_taskC

Get full details of a task by UUID.

create_taskC

Create a new task.

update_taskC

Update a task.

complete_taskC

Mark a task as completed or uncompleted.

delete_taskC

Move task to trash or delete permanently.

search_notesC

Search notes by title, content, or tags.

read_noteC

Get full content of a note by UUID.

create_noteC

Create a new note with markdown content.

update_noteB

Update a note. Use 'append' to add to existing content.

delete_noteC

Move note to trash or delete permanently.

list_tagsB

List all tags with usage counts.

create_tagC

Create a new tag.

tag_itemC

Add a tag to a task or note.

untag_itemC

Remove a tag from a task or note.

list_workspacesB

List all workspaces.

read_workspaceC

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