Skip to main content
Glama

get_mpa_team_association

Check if an operation requires Multi-Party Approval, identify the approving team, and verify if the association is still settling. Use before gated imports or auditing dual control.

Instructions

Call this to check whether an operation is under Multi-Party Approval, which team approves it, and whether a change to that association is still settling.

Use it before an import that may be gated, and when auditing dual control.

Returns MpaTeamAssociation with: Action — the protected operation MpaTeamArn — the approving team AssociationState — ACTIVE, UPDATE_PENDING, or DELETE_PENDING MpaStatus — present when an approval session is in flight, carrying MpaSessionArn, Status (PENDING / APPROVED / FAILED / CANCELLED) and InitiationDate

Args: action: The operation to inspect, e.g. IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes

Schema Changelog

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

  1. First observedv1.2.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the burden and mostly delivers: it specifies the returned MpaTeamAssociation fields, the conditional MpaStatus block, and the state values including settling states. It does not describe error behavior or explicitly confirm no side effects, but the 'get' semantics and returned-state detail provide solid transparency.

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 front-loaded with the core purpose, followed by usage, return shape, and parameter details. Every section earns its place and there is no filler or restatement of the tool name.

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?

Because there is no output schema, the description compensates by documenting return values in detail. It covers purpose, usage, parameter, and output. The only notable gap is the representation when no MPA association exists, which an agent checking gating status would need to interpret.

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 coverage is 0%, so the description must explain the action parameter. It does: 'The operation to inspect' plus a concrete example, IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE. It stops short of enumerating allowed values or where to find them, but it adds meaning the bare string schema lacks.

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 states a concrete verb ('check') and a specific resource (MPA team association), and identifies the exact questions answered: whether an operation is under MPA, which team approves, and whether changes are settling. This distinguishes it from mutation siblings like associate_mpa_team and disassociate_mpa_team.

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?

'Use it before an import that may be gated, and when auditing dual control' gives concrete scenarios for calling this tool. It does not explicitly state when not to use it or name alternatives, but the read-only nature and sibling set make the intended context clear.

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