Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_URLYesPlanning System API URL (e.g., https://api.agentplanner.io or http://localhost:3000 for local development)
NODE_ENVNoEnvironment (development/production)production
USER_API_TOKENYesAuthentication token for the Planning System API
MCP_SERVER_NAMENoServer nameplanning-system-mcp
MCP_SERVER_VERSIONNoServer version0.2.0

Tools

Functions exposed to the LLM to take actions

NameDescription
search

Universal search tool for plans, nodes, and content

list_plans

List all plans or filter by status

create_plan

Create a new plan

update_plan

Update an existing plan

delete_plan

Delete a plan

create_node

Create a new node in a plan

update_node

Update a node's properties

delete_node

Delete a node and all its children

move_node

Move a node to a different parent or position

get_node_context

Get comprehensive context for a node including children, logs, and artifacts

get_node_ancestry

Get the path from root to a specific node

add_log

Add a log entry to a node (replaces comments)

get_logs

Get log entries for a node

manage_artifact

Add, get, or search for artifacts

batch_update_nodes

Update multiple nodes at once

batch_get_artifacts

Get multiple artifacts at once

get_plan_structure

Get the complete hierarchical structure of a plan

get_plan_summary

Get a comprehensive summary with statistics

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/TAgents/agent-planner-mcp'

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