Skip to main content
Glama
KalebJS

groupme-mcp

by KalebJS

add_members

Add members to a GroupMe group by providing user details like nickname with user ID, phone number, or email. Use get_member_results to track the async operation.

Instructions

Add one or more members to a group. Async operation - poll with get_member_results.

Args:
    group_id: The ID of the group.
    members: List of member objects. Each must have "nickname" and at least one of:
             "user_id", "phone_number", "email". Optionally include "guid" for tracking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYes
membersYes
Behavior4/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 effectively communicates that this is a write operation (implied by 'Add'), specifies it's asynchronous (requiring polling), and provides operational context about tracking with 'guid'. It doesn't cover permissions, rate limits, or error handling, but offers substantial behavioral insight beyond basic purpose.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded with the core purpose in the first sentence, followed by parameter details. Every sentence earns its place, though the parameter documentation is somewhat dense. It could be slightly more structured but remains efficient.

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 mutation tool with no annotations and no output schema, the description does well by covering purpose, async behavior, polling instructions, and detailed parameter semantics. It lacks explicit error handling, permissions, or return value details, but given the context, it provides substantial completeness for effective use.

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

Parameters5/5

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

Given 0% schema description coverage, the description fully compensates by detailing both parameters. It explains 'group_id' as 'The ID of the group' and provides comprehensive documentation for 'members', including required fields ('nickname' and at least one identifier), optional 'guid', and format specifics. This adds significant meaning beyond the bare schema.

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 ('Add one or more members') and target resource ('to a group'), distinguishing it from sibling tools like 'remove_member' or 'update_membership'. It provides a complete verb+resource+scope statement that is unambiguous.

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 explicitly mentions that this is an 'Async operation' and instructs to 'poll with get_member_results', providing clear context about when to use this tool versus alternatives for checking results. However, it doesn't explicitly state when not to use it or compare it directly to other sibling tools like 'update_membership'.

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