Skip to main content
Glama
TAgents

Planning System MCP Server

by TAgents

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

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
searchC

Universal search tool for plans, nodes, and content

list_plansC

List all plans or filter by status

create_planC

Create a new plan

update_planC

Update an existing plan

delete_planC

Delete a plan

create_nodeC

Create a new node in a plan

update_nodeC

Update a node's properties

delete_nodeC

Delete a node and all its children

move_nodeC

Move a node to a different parent or position

get_node_contextB

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

get_node_ancestryB

Get the path from root to a specific node

add_logC

Add a log entry to a node (replaces comments)

get_logsC

Get log entries for a node

manage_artifactC

Add, get, or search for artifacts

batch_update_nodesC

Update multiple nodes at once

batch_get_artifactsC

Get multiple artifacts at once

get_plan_structureC

Get the complete hierarchical structure of a plan

get_plan_summaryC

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