Skip to main content
Glama

Beep Boop MCP

update_boop

Creates or updates a boop file to claim a directory for work, signaling in-progress tasks and preventing conflicts with other agents. Requires directory path and agent identifier.

Instructions

Creates or updates a boop file to claim a directory for work. This signals that work is in progress and prevents other agents from working in the same directory.

Input Schema

NameRequiredDescriptionDefault
agentIdYesAgent identifier claiming the work
directoryYesDirectory path where to create/update the boop file
workDescriptionNoOptional description of the work being done

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "agentId": { "description": "Agent identifier claiming the work", "type": "string" }, "directory": { "description": "Directory path where to create/update the boop file", "type": "string" }, "workDescription": { "description": "Optional description of the work being done", "type": "string" } }, "required": [ "directory", "agentId" ], "type": "object" }

Other Tools from Beep Boop MCP

Related Tools

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/thesammykins/beep_boop_mcp'

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