Skip to main content
Glama
alarok
by alarok

delete_tweet

Delete an existing tweet from your X account by specifying the tweet ID. This action removes the tweet permanently from your profile.

Instructions

Delete a tweet owned by the authenticated account, by tweet id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tweet_idYesThe tweet id to delete.
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. The word 'Delete' implies destructive and likely irreversible action, but the description does not explicitly state permanence, side effects on retweets/likes, or authentication requirements. This is minimally transparent but lacks explicit warnings common for deletion tools.

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 a single, focused sentence with no superfluous words. It front-loads the action ('Delete') and includes the necessary qualifier ('owned by the authenticated account') and parameter reference ('by tweet id'). Every word earns its place.

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 the simplicity of the operation (one parameter, no output schema), the description is mostly complete: it states what is deleted and under what ownership condition. However, it omits return value information and potential side effects (e.g., irreversible removal), which a thorough description could include, especially without an output schema.

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 already provides 100% coverage for the single parameter 'tweet_id' with a clear description. The tool description only references 'by tweet id,' which aligns with the schema but adds no additional semantic value. Baseline 3 is appropriate given high schema coverage.

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 uses a specific verb 'Delete' with a clear resource 'a tweet owned by the authenticated account, by tweet id.' It unambiguously distinguishes from siblings like 'unlike_tweet' or 'unretweet', which modify engagement rather than removing the tweet itself. The scope ('owned by the authenticated account') adds precise context.

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 a tweet you own. It implicitly excludes deleting others' tweets by specifying 'owned by the authenticated account.' However, it does not explicitly mention alternatives (e.g., 'unlike_tweet' or 'unretweet' for non-destructive actions) or when not to use it, so it falls short of full usage 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/alarok/x-agent-sdk'

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