Skip to main content
Glama
vanman2024

Multilead Open API MCP Server

by vanman2024

update_team_member

Edit team member details, roles, and permissions within a Multilead team to maintain accurate access controls and team organization.

Instructions

Edit and update a team member from a specific team

Args: team_id: The ID of the team this member is part of (required) user_id: Your user ID (required) email: The email address of the member to update (required) account_roles: Updated list of role assignments with 'roleId' and 'accounts' array can_manage_team_global_webhooks: Whether the user can manage team global webhooks

Returns: Updated team member object with new settings

Example: update_team_member( team_id="1443", user_id="1451", email="borisa@company.io", account_roles=[ { "roleId": "d144079f-2a22-4f86-b2a9-45b3289b4bf4", "accounts": [158] } ], can_manage_team_global_webhooks=True )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idYes
user_idYes
emailYes
account_rolesNo
can_manage_team_global_webhooksNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/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 states this is an update/edit operation but doesn't mention permissions required, whether changes are reversible, rate limits, or error conditions. The example shows a mutation, but no safety or operational context is given.

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 well-structured with clear sections (Args, Returns, Example) and uses bullet-like formatting. While somewhat lengthy due to the example, every sentence adds value, and the information is front-loaded with the core purpose first.

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 mutation tool with 5 parameters, 0% schema coverage, and no annotations, the description does a decent job explaining parameters and providing an example. However, it lacks behavioral context (permissions, side effects) and doesn't mention the output schema exists, though the 'Returns' section helps. It's adequate but has gaps.

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?

The description provides detailed parameter explanations beyond the schema (which has 0% coverage). It clarifies required vs. optional parameters, explains 'account_roles' structure, and describes 'can_manage_team_global_webhooks'. However, it doesn't explain 'team_id' or 'user_id' beyond labeling them as required.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Edit and update') and resource ('a team member from a specific team'), making the purpose understandable. However, it doesn't explicitly differentiate this tool from sibling tools like 'invite_team_member' or 'update_lead', which could help with tool selection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like 'invite_team_member' or 'update_lead'. The description lacks context about prerequisites (e.g., needing existing team membership) or typical use cases, leaving the agent without clear usage direction.

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/vanman2024/multilead-mcp'

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