Skip to main content
Glama
nikmaniatis

Pure Data MCP Server

by nikmaniatis

delete_object

Deletes a Pure Data object from the patch by its ID and removes its tracking index entry to maintain consistency.

Instructions

Delete a Pd object.

This tool removes an existing object from the Pure Data patch.
It also removes the object's entry from the index tracking system
to maintain consistency.

Args:
    object_id: ID of the object to delete
    ctx: MCP context
    
Returns:
    Response with status
    
Example:
    delete_object("osc~_100_100", ctx)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_idYes
Behavior4/5

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

Since no annotations are provided, the description carries the full burden. It discloses that the tool removes the object's entry from the index tracking system to maintain consistency, which is valuable behavioral context beyond the basic deletion operation.

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?

The description is concise and well-structured with sections for Args, Returns, and Example. Every sentence adds value without redundancy.

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?

For a simple tool with one parameter and no output schema, the description adequately covers purpose, behavior, and parameter. It mentions return status, though lacks full details, which is acceptable given the tool's simplicity.

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?

With 0% schema description coverage, the description compensates by explaining object_id as 'ID of the object to delete', adding meaning beyond the schema's 'Object Id' label.

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 'Delete a Pd object' and explains it removes the object from the patch and the index tracking system. This distinguishes it from sibling tools like create_object and clear_workspace.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool (to delete an object), but does not explicitly mention when not to use it or provide alternatives.

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/nikmaniatis/Pd-MCP-Server'

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