Skip to main content
Glama
EnviableAmaretto

openclaw-task-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENCLAW_BASE_URLYesThe base URL of the OpenClaw Gateway
OPENCLAW_API_TOKENYesGateway token with permission to invoke tools
OPENCLAW_TIMEOUT_MSNoTimeout in milliseconds for requests30000

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
start_taskC

Start a subagent task via OpenClaw sessions_spawn

list_tasksC

List tasks via sessions_list, filtered to subagent by default

get_task_statusA

Get task status from sessions_history and include result when available

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct action: creating a task, listing tasks, and checking status. There is no overlap or ambiguity between purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: start_task, list_tasks, get_task_status. The naming is uniform and predictable.

Tool Count5/5

Three tools is a well-scoped set for task lifecycle management. Each tool earns its place and there is no redundancy or bloat.

Completeness4/5

The core task lifecycle is covered: starting, listing, and retrieving status. A minor gap is the lack of an explicit cancel/abort operation, but the primary workflow works without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues