Skip to main content
Glama

delete_marker

Delete the closest marker to a given time, with optional tolerance, and get the new marker count. Irreversible, so check list_markers first.

Instructions

Delete the marker nearest a given time, within a small tolerance, and report how many remain. Deleting cannot be undone from here, so check list_markers first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
time_secondsYesTime of the marker to remove
tolerance_secondsNoHow close a marker must be to match
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the irreversible nature of deletion, the tolerance-based matching, and that it reports the remaining count. This adds meaningful context beyond the raw action, though it does not cover error cases or 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?

Two well-structured sentences: the first delivers the core action and outcome, the second provides a critical caution. No filler or redundancy, and the warning is front-loaded for safety.

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 deletion tool with no output schema, the description covers the essential behavior, the tolerance matching, the count report, and the irreversible warning. It lacks edge-case handling (e.g., no marker found), but given the low complexity, this is largely complete.

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?

Schema description coverage is 100%, with both time_seconds and tolerance_seconds documented. The description's mention of 'small tolerance' aligns with the tolerance_seconds parameter but does not add meaning beyond what the schema already provides, so the baseline of 3 applies.

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 action (Delete), the resource (marker), and the specific behavior (nearest a given time, within a small tolerance). It distinguishes itself from sibling tools like add_marker and list_markers by its focus on deletion and the matching logic.

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?

Provides a clear warning to check list_markers before deleting, indicating a prerequisite and cautioning against irreversible action. However, it does not explicitly mention alternative tools or scenarios where this tool should not be used, so it falls slightly short of full 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/MarvelCollin/adobe-premiere-cc-mcp'

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