Skip to main content
Glama

disassociate_mpa_team

Remove Multi-Party Approval from an operation to restore single-principal control. This action weakens dual-control and may require approval from the currently associated team before completing.

Instructions

Call this to remove Multi-Party Approval from an operation, returning it to single-principal control.

This weakens a dual-control boundary, so it is worth confirming intent before calling — under PCI PIN, removing dual control from key management is a compliance-relevant change, not a routine configuration tweak.

The association moves to DELETE_PENDING and may itself require approval from the currently associated team before it clears.

Args: action: The operation to stop protecting, e.g. IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE requester_comment: Optional reason, max 200 characters. Plaintext in CloudTrail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
requester_commentNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.2.0

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so well. It discloses that the association moves to DELETE_PENDING, may require approval from the currently associated team before clearing, and that requester_comment is stored in plaintext in CloudTrail — all meaningful behavioral details beyond the schema.

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 appropriately sized: purpose first, then compliance caveat, then behavioral detail, then parameter explanations. Every sentence adds value and none repeats schema information.

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?

The description covers purpose, side effects, approval behavior, and parameter semantics, which is strong for a tool with no annotations and no output schema. It could mention how to verify the resulting DELETE_PENDING state or which sibling tool to use for checking association status, but this is a minor gap rather than a serious omission.

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?

Schema description coverage is 0%, but the description compensates for both parameters. It explains action with a concrete example and requester_comment with length and auditability caveats. It could be stronger by enumerating valid action values, but the semantics provided are meaningful and sufficient for typical use.

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 opens with a specific verb and resource: 'remove Multi-Party Approval from an operation, returning it to single-principal control.' This clearly distinguishes the tool from its sibling associate_mpa_team and states the exact outcome.

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?

It provides clear context for when to call, including the compliance-sensitive nature of the action and the fact that it weakens a dual-control boundary. It does not explicitly name alternatives, but the inverse relationship to associate_mpa_team is strongly implied and the caution about confirming intent gives practical usage guidance.

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

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/J8k3/aws-payment-cryptography-mcp'

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