Skip to main content
Glama
loldwyer

Red MCP Server

by loldwyer

brc_delete_prepayment

Removes a parent prepayment by its ID. Requires a Base64 timestamp from brc_get_prepayment and user confirmation before finalizing deletion.

Instructions

Removes an existing parent Prepayment by id. Requires the prepayment timestamp in Base64 string format. Use brc_get_prepayment first to retrieve the current timestamp. Do not call with confirmWrite=true until the user explicitly confirms deletion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesParent prepayment id.
timestampYesBase64 timestamp returned by the prepayment, for example bgUcQIbL3gg=.
companyNameYesCompany context name, for example YOUR-COMPANY-NAME.
confirmWriteNoMust be true only after the user explicitly confirms deleting this prepayment.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description carries the full burden. It discloses the need for user confirmation via confirmWrite and the prerequisite of getting a timestamp. However, it does not mention irreversibility, side effects, or required permissions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, each essential. Front-loaded with the main action, followed by key constraint and workflow step. No fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, the description covers the essential aspects: purpose, prerequisites, parameter hints, and usage guardrails. It is adequate for a simple delete tool, though it could mention return values or error conditions.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so parameters are described. The description adds value by specifying the timestamp format (Base64) and the workflow hint to retrieve it via brc_get_prepayment. It also reinforces the confirmWrite behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Removes an existing parent Prepayment by id.' This is a clear verb+resource pair that distinguishes the tool from its siblings, such as brc_create_prepayment and brc_update_prepayment.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit prerequisites: requires the prepayment timestamp in Base64 format, advises to use brc_get_prepayment first, and warns not to set confirmWrite=true until user confirms deletion. This offers clear when-to-use and when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/loldwyer/Red'

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