Skip to main content
Glama
configcat

ConfigCat MCP Server

Official

update-member-permissions

Update a member's permissions within an organization, including assigning permission groups, setting admin or billing manager roles, and optionally removing unlisted group memberships.

Instructions

This endpoint updates the permissions of a Member identified by the userId. This endpoint can also be used to move a Member between Permission Groups within a Product. Only a single Permission Group can be set per Product.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organizationIdYesThe identifier of the Organization.
userIdYesThe identifier of the Member.
requestBodyYes
Behavior2/5

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

No annotations provided, so description must carry burden. It mentions only one constraint (single group per product) but fails to disclose if the operation is destructive, idempotent, or requires specific permissions. The behavior of setting multiple groups or effect on existing permissions is unclear.

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?

Three sentences covering primary action, secondary use, and a key constraint. No redundancy, but could be slightly more efficient by combining first two sentences.

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?

Covers the main action and a crucial constraint, but lacks details on response format, error scenarios, preconditions (member existence), and the effect of removeFromPermissionGroupsWhereIdNotSet (though the parameter name is clear). Adequate for basic use but not comprehensive.

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 descriptions cover all parameters well (100% coverage). Description adds value by linking permissionGroupIds to moving between groups and stating single-group constraint, but does not explain interaction between isAdmin, isBillingManager, and groups.

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 updates member permissions and can move between permission groups, distinguishing it from sibling tools like create-permission-group or delete-organization-member. The constraint 'only a single Permission Group per Product' further clarifies 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?

Description implies when to use (update permissions, move groups) but lacks explicit guidance on when not to use or alternative tools. No mention of prerequisites or side effects.

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/configcat/mcp-server'

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