Skip to main content
Glama
soil-dev

capsulemcp

remove_party_website_by_id

Remove a website entry from a party by its row id. Get the id from get_party. Re-add the website with add_party_website.

Instructions

Remove one website entry from a party by its row id. Atomic and reversible — no confirm: true gate (re-add with add_party_website). Discover the id via get_party. Idempotent on retry: response is {removed: true, alreadyRemoved: false, partyId, websiteId, party} on a fresh remove or {removed: true, alreadyRemoved: true, partyId, websiteId} if the row was already gone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
partyIdNo
websiteIdNoCapsule's id for the website row. Read it from get_party (each entry in websites carries an id).
Behavior5/5

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

The description provides detailed behavioral transparency: it states the operation is atomic and reversible, idempotent on retry, and gives the exact response format for fresh and repeated removes. Annotations (readOnlyHint: false, destructiveHint: false) are consistent with the described behavior.

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

Conciseness4/5

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

The description is fairly concise, front-loading the action and providing essential details in a single paragraph. It could be slightly more compact, but it efficiently conveys necessary information without unnecessary verbosity.

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, the description provides the response format and idempotency behavior. It covers key aspects like how to discover the id and reversibility. Missing details about error handling or required parameters are minor gaps, but overall it's fairly complete for a simple removal tool with good annotations.

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?

The schema covers 50% of parameters with descriptions. The description adds meaning beyond the schema by clarifying that websiteId is the row id from get_party and implying partyId is the party identifier. It compensates well for the missing partyId schema description.

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 clearly states the tool removes a website entry from a party by row id. It uses specific verbs and resources, and distinguishes from sibling tools like remove_party_address_by_id by specifying 'website' and 'by row id'.

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?

The description explicitly tells when to use the tool, how to discover the required websiteId via get_party, and notes that no confirm gate is needed and re-adding is possible with add_party_website. It also explains idempotency on retry, providing clear usage context.

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/soil-dev/capsulemcp'

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