Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HUB_TOOLSNoSet to 'full' to include the admin surface tools, default is 'core'.core

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_writeC

Create or replace a named memory node (project-scoped, or global if no project_id).

memory_readA

Read a single memory node by id or by project+name.

memory_searchA

Full-text search across all memory nodes. Use to find anything known about a topic.

task_createC

Create a handoff task for another agent or client.

task_listC

List tasks by status, project, assignee, or blocker.

task_updateB

Update task status, progress, blocker, or notes.

task_claimB

Atomically claim a pending task after validating assignment, capabilities, and dependencies.

session_logA

Record a session summary at the end of significant agent work. On outcome "partial"/"blocked" (or when next_steps are given) the hub automatically writes a handoff memory so the next agent resumes without retelling; outcome "completed" retires that auto-handoff.

context_getC

Build task-specific project context using deterministic ranking within a token budget.

workspace_resumeC

Restore compact project state for a new agent session in one token-budgeted call.

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/SerjMihashin/waymark'

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