Skip to main content
Glama
optimize-overseas

LACRM MCP Server

Delete Group

delete_group

Delete a group from your account while preserving its contacts. Use this action to clean up group organization without losing customer data.

Instructions

Delete a group from the account. WARNING: This removes the group but does not delete the contacts in it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYesThe GroupId to delete
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It goes beyond the basic delete action by warning that contacts within the group are not deleted, which is a crucial side effect. It does not mention irreversibility or permissions, but the warning adds significant transparency.

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 concise at two sentences, with the purpose front-loaded. The warning is relevant and earns its place, providing critical information without unnecessary verbosity.

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 one-parameter delete tool, the description explains what is deleted and a key side effect. It is complete enough for selection and invocation, though it does not describe the return value or explicitly state irreversibility, which are minor gaps for a delete operation.

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 coverage is 100%, and the parameter description 'The GroupId to delete' already explains the single parameter. The main description adds no extra semantic detail beyond what the schema provides, so the baseline score of 3 is appropriate.

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 verb 'Delete' and the resource 'group from the account', making the tool's purpose unmistakable. It differentiates from sibling tools like create_group, edit_group, and get_group by explicitly naming the delete action.

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: this tool deletes a group at the account level. The warning about not deleting contacts helps prevent misuse compared to remove_contact_from_group or delete_contact, though it does not explicitly name alternatives or state when not to use this tool.

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/optimize-overseas/lacrm-mcp'

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