Skip to main content
Glama
TheETR

TheeDiscordMCP

by TheETR

discord_current_bot_profile

Retrieve or update the Discord bot's username, avatar, and banner. Accepts image data URIs for modifications.

Instructions

Read or modify this operator bot's username, avatar, and banner. Image fields accept Discord data URIs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
actionYes
dryRunNo
reasonNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does disclose that the tool modifies the bot profile (mutation), and that image fields accept Discord data URIs. However, it does not clarify whether modifications are immediate, partial or full updates, or whether dryRun/reason affect behavior. The description is truthful but lacks depth about side effects.

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, front-loaded sentence that provides essential information without wasted words. It earns its place by stating the exact operation and key format caveat.

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 the tool has 4 parameters, a nested object, no output schema, and no annotations, the description is too sparse. It omits crucial details like the action enum values, body field structure, dryRun semantics, and reason usage. A minimally complete description would at least outline these.

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

Parameters2/5

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

Schema description coverage is 0%, requiring the description to compensate. It only adds that image fields accept Discord data URIs, which hints at body structure but leaves action, dryRun, reason, and the full body schema unexplained. This is insufficient for a tool with a nested body object and an enum action parameter.

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 reads or modifies the bot's username, avatar, and banner, using a specific verb ('Read or modify') and a specific resource. It distinguishes this from siblings like discord_current_application (application-level) and discord_modify_guild (server-level), leaving no ambiguity about scope.

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

Usage Guidelines3/5

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

The description implies usage for viewing or editing the bot's own profile, which is a clear context. However, it does not explicitly state when to use this tool versus alternatives, nor does it mention any exclusions or prerequisites. Since the tool's purpose is narrow and unique among siblings, the guidance is adequate but not explicit.

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/TheETR/TheeDiscordMCP'

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