Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PLANIST_API_HOSTYesThe host URL of the Planist API. For example: http://127.0.0.1:8080http://127.0.0.1:8080
PLANIST_GRANT_TOKENYesThe token used to authorize planist-mcp to propose page edits. This is the AI Capability Grant token.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
planist_list_pagesA

List all accessible pages (Docs, Sheet, Slide, Edgeless, Design, Dashboard) in the Planist project workspace.

planist_read_pageA

Read the AST, Markdown, or structural block representation of a specific Planist page by its Stable ID.

planist_propose_page_editA

Submit a page edit proposal (LivePageProposal) to Planist for human review and atomic transaction write-back.

planist_list_variablesA

List all reactive typed variables in the Project variable substrate (bound to Sheet cells, Dashboard KPIs, Docs, and Workflows).

planist_get_variableA

Get the current value, type contract, and binding references for a specific project variable.

planist_update_variableA

Update a typed project variable value. This triggers reactive UI updates across bound Sheet cells, Dashboard widgets, and Docs (Execute -> Variable -> Plan loop).

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/MiuDog/planist-mcp'

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