Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
load_contextC

Load compact Agentpack context for the current task.

record_decisionC

Record a decision made during the task.

record_dead_endC

Record a failed approach so future agents avoid repeating it.

attach_evidenceC

Attach evidence such as test output, command output, notes, or links.

record_sourceC

Record that a source file was inspected, including its current hash and conclusion.

source_statusC

Check whether recorded source conclusions are unchanged, changed, or missing; use changed/missing filters for stale source-cache triage.

task_auditB

Audit the current Task Passport for continuity risks such as stale sources, drift, missing next actions, and open verification.

release_preflightA

Run a read-only release preflight report for local release preparation. Does not push, tag, publish, or create GitHub Releases.

bundle_exportB

Export a redacted read-only structured task bundle JSON file.

bundle_inspectA

Validate and summarize a structured task bundle without writing pack state.

bundle_import_planB

Plan a structured task bundle import without writing pack state.

bundle_importD

Plan a structured task bundle import by default, or apply it only when write is true.

task_handoffB

Generate a compact current Task Passport handoff for switching chats, clients, worktrees, or agents.

task_startB

Create a new current Task Passport when no active task blocks starting one.

task_statusA

Print a quick current Task Passport status without running a source-cache audit.

task_roleB

Read focused guidance and current state for a Task Passport role lane, or explicitly update it with both status and summary. Does not start agents or change task lifecycle.

task_listB

List all Task Passports with id, status, title, and branch; the current task is marked with an asterisk.

task_switchB

Switch the current Task Passport to another open task by id, for example to resume a parked task. Closed tasks cannot be switched to.

task_parkA

Park the current Task Passport so unrelated work can start without finalizing the parked task.

task_update_verificationC

Update the current Task Passport verification status, summary, and evidence references.

task_finalizeA

Finalize the current Task Passport by requiring or setting a final verification status, then closing the task. Use task_park for deferred work; accepted finalization with remaining next actions requires force.

task_updateA

Update the current Task Passport objective, constraints, write scope, next actions, tags, or risk without changing lifecycle status. List fields append; clearNextActions replaces the next actions with the provided list instead.

checkpointC

Create an Agentpack checkpoint.

resumeC

Generate a budgeted markdown resume.

diffC

Compare checkpoints.

replayD

Replay the task timeline.

Prompts

Interactive templates invoked by user choice

NameDescription
agentpack_resumeResume work from Agentpack context.
agentpack_checkpointCheckpoint meaningful progress into Agentpack.

Resources

Contextual data attached and managed by the client

NameDescription
Latest Agentpack resume

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/ihorponom/agentpack'

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