Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROBOTFAIL_API_KEYYesYour RobotFail API key. Get one at app.robotfail.com/agent

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
healthA

Check RobotFail platform health and stats — projects, tasks, workers.

create_projectA

Submit a new project to RobotFail.

Describe what you need done in the physical world. Be specific about location, requirements, and deliverables. The PM engine decomposes it into atomic tasks and assigns them to human workers.

Args: description: What you need done. Include location, requirements, deliverables. budget_dollars: Budget in USD (e.g. 50.00 = $50). Minimum $5.

list_projectsA

List all your projects on RobotFail with their status and task counts.

get_projectB

Get detailed info about a specific project including all tasks, workers, and escrow state.

Args: project_id: The project ID.

approve_projectA

Approve the final delivery of a project.

This triggers release of remaining escrow to all workers. Only call when you're satisfied with the completed work.

Args: project_id: The project ID to approve.

list_available_tasksA

List all available (unclaimed) tasks across active projects. Useful for worker agents.

claim_taskA

Claim an available task for a worker.

Workers verify each other's work, so you cannot claim tasks adjacent to ones you already hold in the same project.

Args: task_id: The task ID to claim. worker_id: Your worker ID on RobotFail.

submit_taskA

Submit proof of completed work for a claimed task.

The previous step in the project must be completed first.

Args: task_id: The task ID you completed. proof_text: Description of the work you did and how it meets the criteria. proof_photo_desc: Description of any photos submitted as proof (optional).

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/guinevere-kingsley/robotfail-mcp'

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