Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_thread

Create a new thread for tracking an activity stream

update_thread

Update properties of an existing thread

archive_thread

Archive a thread (optionally with children)

delete_thread

Permanently delete a thread

get_thread

Get a single thread by ID or name

add_progress

Add a progress note to a thread

list_progress

Get progress history for a thread

edit_progress

Edit an existing progress entry

delete_progress

Delete a progress entry

create_container

Create a new container for organizing threads

update_container

Update properties of a container

delete_container

Delete a container

create_group

Create a new group for cross-cutting organization

update_group

Update properties of a group

delete_group

Delete a group

set_parent

Set the parent of a thread or container

move_to_group

Move a thread or container to a group

get_children

Get immediate children of an entity

get_ancestors

Get all ancestors of an entity (path to root)

get_subtree

Get the full subtree rooted at an entity

list_threads

List threads with optional filtering

list_containers

List containers with optional filtering

list_groups

List all groups

search_threads

Search threads and containers by text query

get_next_action

Suggest the next thread to work on based on priority

get_full_tree

Get the complete hierarchy tree

get_entity

Get any entity (thread or container) by ID or name

get_container

Get a container by ID or name

get_group

Get a group by ID or name

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
All ThreadsList of all threads in the system
Active ThreadsThreads with active status
Hot ThreadsThreads with hot or warm temperature
All ContainersList of all containers in the system
All GroupsList of all groups in the system
Full Hierarchy TreeComplete hierarchy of all threads and containers
Next ActionSuggested next thread to work on

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/JoshuaRamirez/threads-mcp'

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