Skip to main content
Glama

Remove Profile Member

remove_profile_member
Destructive

Remove a member from a partner profile — ends their terms prospectively. Requires community_id + profile_id + member_uid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
member_uidYes
profile_idYes
community_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior4/5

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

Annotations indicate destructiveHint=true and readOnlyHint=false. The description adds valuable context by stating 'ends their terms prospectively,' implying the removal is not immediate or permanent, which goes beyond the annotations. No contradictions.

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 extremely concise with two short sentences. The first sentence states the purpose and effect, the second lists required parameters. No superfluous content.

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?

Given the tool has no output schema and destructiveHint is true, the description provides essential context ('ends their terms prospectively') but does not explain return values, side effects, or prerequisites beyond parameters. Could be more comprehensive.

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 coverage is 0% (no parameter descriptions in schema). The description merely lists the three parameter names without explaining their meaning or format. This fails to compensate for the lack of schema descriptions.

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 action ('Remove a member from a partner profile') and specifies the resource and effect ('ends their terms prospectively'). It is distinguishable from sibling tools like 'add_profile_member' and 'remove_community_member'.

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 lists required parameters (community_id, profile_id, member_uid) but does not provide guidance on when to use this tool versus alternatives (e.g., remove_community_member). It gives context for the action but no explicit exclusions or comparisons.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.