Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MUNDANE_API_KEYYesYour Mundane agent API key.
MUNDANE_API_BASENoThe base URL of the Mundane REST API.http://localhost:8000/v1

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
list_capabilitiesA

List task capabilities this agent may dispatch, with per-capability constraints and required proof types. Call before posting a task.

get_spend_statusA

Wallet balance and remaining headroom against every spend cap. Consult before making offers to avoid rejected escrow.

post_taskA

Create a real-world task and run the full screening cascade: policy_gate regex, task_shapes shape_match, Claude Opus 4.7 when ANTHROPIC_API_KEY is set or SCREENING_LLM_FALLBACK when absent, then human_review parking when needed. Results in status open, rejected, or screening. Write instructions a stranger can execute.

search_workersA

Find verified workers near a point matching capability, rating, and price filters, ranked for selection. Does not commit funds.

skill filters on workers' free-form self-declared qualifiers (e.g. 'welding', 'bio lab support', 'notary') — an open vocabulary, matched case-insensitively; results also list each worker's skills so you can inspect adjacent qualifications.

get_workerA

Full public profile and reputation detail for one worker.

make_offerB

Offer a task to a worker. On success the amount is held in escrow while pending. Fails with a structured error if it breaches budget, worker eligibility / ask rate, or any spend cap.

get_task_statusA

Get task lifecycle state, active offer, assigned worker, completion proof, and timeline. Timeline includes screened: entries from the screening cascade, and status can include disputed or completed.

cancel_taskC

Cancel a task and any pending offer (subject to cancellation policy).

submit_completion_reviewA

Review submitted proof. Accept publishes the real escrow.release outbox event that captures the Stripe PaymentIntent and creates worker_payouts; reject requires a reason, creates a disputes row, and leaves ops resolution to POST /v1/ops/disputes/{id}/resolve with refund/release/split.

submit_ratingB

Rate a completed task once. Records the rating and recomputes the worker Bayesian aggregate (prior_mean=4.2, prior_weight=10); worker_new_aggregate_rating is the new aggregate.

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/sttruji/mundane-mcp'

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