Skip to main content
Glama

sync_blocks_delete

Remove sync blocks from a document by providing block IDs and document ID. Clean up unused or outdated synced content.

Instructions

Delete sync blocks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNoBlock IDs
documentIdNoDocument ID
Behavior1/5

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

With no annotations provided, the description carries the full burden for disclosing behavioral traits. It does not indicate whether deletion is permanent, whether it requires permissions, if it cascades to related data, or what the response looks like. This is a significant transparency gap for a destructive operation.

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 a single, efficient sentence with no filler. It earns its place, though it is minimal in content.

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

Completeness2/5

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

Given it is a delete operation with no annotations, no output schema, and two optional parameters, the description is incomplete. It does not explain how ids and documentId interact, nor does it describe the outcome or side effects.

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

Parameters3/5

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

The schema descriptions already cover 100% of the parameters ('Block IDs' and 'Document ID'), so the baseline is 3. The description adds no additional meaning or relationship between the two parameters.

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

Purpose4/5

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

The description clearly states the action ('Delete') and the resource ('sync blocks'), which distinguishes it from sibling tools like sync_blocks_create and sync_blocks_list. However, it provides no additional scope or detail about the operation.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus other sync block tools, nor does it mention any prerequisites or conditions. There is no contextual cue for the AI agent to decide when to invoke delete.

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/NikitaMurugov/yonote-mcp'

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