Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
healthA

Liveness check. Returns the server name and version.

start_projectA

Begin a design-first project. Creates state and returns the first interview questions. Ask the user these; do NOT write code yet.

submit_answersA

Submit the user's answers to the current discovery questions. Returns either more questions or advances the project to the SPEC phase.

next_spec_chunkA

Get the next spec chunk to show the user for sign-off (drafts the spec on first call).

review_spec_chunkA

Approve or revise the current spec chunk. 'approve' advances; 'revise' redrafts with feedback.

make_planA

Generate the bite-sized red/green TDD plan (repo-aware). Returns the full task bodies for the user to review. Does NOT start execution — call approve_plan after the user signs off.

approve_planA

Record the user's approval of the generated plan and advance to EXECUTE.

runA

Run the subagent-driven execution loop: implementer -> server-verified TDD gate -> reviewer, per task. 'until' stops after N tasks; 'max_agent_calls' and 'max_budget_usd' cap spend. Requires an approved plan. Long-running; streams progress; checkpoints per step.

reset_taskA

Reset a BLOCKED (or any) task back to pending so run can retry it.

statusC

Report a project's current phase and task progress.

list_projectsA

List all known Manifestation projects.

Prompts

Interactive templates invoked by user choice

NameDescription
manifestationKick off a design-first Manifestation project from a one-line brief.

Resources

Contextual data attached and managed by the client

NameDescription
skillsAll bundled Manifestation skills (TDD, YAGNI, DRY, ...).

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/aiarghya1/manifestation-mcp'

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