Skip to main content
Glama
KalebJS

groupme-mcp

by KalebJS

destroy_group

Permanently delete a GroupMe group by providing its ID. This action is restricted to the group creator and cannot be undone.

Instructions

Permanently delete a group. Only the group creator can do this.

Args:
    group_id: The ID of the group to delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYes
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. It clearly indicates this is a destructive operation ('permanently delete') and specifies an authorization requirement ('Only the group creator can do this'). However, it doesn't mention potential side effects, error conditions, or what happens to group members/data.

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 perfectly concise with two focused sentences: one stating the tool's purpose and constraints, and another documenting the single parameter. Every word earns its place, and the information is front-loaded appropriately.

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

Completeness3/5

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

For a destructive operation with no annotations and no output schema, the description does the minimum viable job by stating the action and authorization requirement. However, it doesn't address important context like what 'permanently' entails, whether deletion can be undone, what confirmation is needed, or what the response looks like.

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 and only one parameter, the description adds meaningful context by explaining that 'group_id' refers to 'The ID of the group to delete.' This provides essential semantic information beyond what the bare schema offers, though it doesn't specify format or validation rules.

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 specific action ('permanently delete') and target resource ('a group'), distinguishing it from siblings like 'delete_block' or 'destroy_bot'. It uses precise language that leaves no ambiguity about the tool's function.

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 explicit context about when to use this tool by stating 'Only the group creator can do this,' which establishes a prerequisite condition. However, it doesn't explicitly mention when NOT to use it or name alternative tools for related operations.

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/KalebJS/groupme-mcp'

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