Skip to main content
Glama
doitintl

DoiT MCP Server

Official
by doitintl

get_billing_transfer_program_management_accounts_status

Read-only

Check IAM status and timestamps for each billing-transfer program management account (PMA) under the caller's distributor account, without tenant fan-out or pagination.

Instructions

Manage AWS billing-transfer mappings between distributors and resellers and between resellers and end customers, and list program management accounts. Lightweight polling surface for the onboarding wizard: returns each of the caller's PMAs with only its IAM status/diff and timestamps — no tenant fan-out, no handshake aggregation, no pagination. Distributor-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
X-Tenant-IdNo
customerContextNoScope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users.
Behavior4/5

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

The description adds useful behavioral detail beyond the readOnly/destructive annotations by specifying the response scope (IAM status/diff and timestamps) and explicitly excluding tenant fan-out, handshake aggregation, and pagination. The word 'Manage' slightly muddies the read-only nature, but it does not directly contradict the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The second sentence is dense and informative, but the first sentence leads with a broad 'Manage AWS billing-transfer mappings' phrase that is not the actual operation and partially duplicates the listing concept. A tighter structure would lead directly with the status-return behavior and then list the exclusions.

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?

Given the absence of an output schema, the description still covers what the response contains, who can call the tool, and which expensive behaviors it deliberately omits. It does not explain what IAM status/diff means exactly, but for a polling tool with simple parameters this is a reasonably complete contract.

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?

customerContext is well documented in the schema with clear rules about when it is required and when to omit it, but X-Tenant-Id has no schema description and the tool description adds no parameter guidance. With 50% schema coverage, this is minimally viable but relies on the agent inferring the tenant-header semantics.

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 second sentence clearly identifies the tool as a read-only status operation: it returns each caller's PMAs with only IAM status/diff and timestamps. It distinguishes itself from the related billing-transfer list tools by framing itself as a lightweight polling surface and calling out absent aggregation/pagination, though the opening 'Manage AWS billing-transfer mappings' phrase is overly broad for a get-status tool.

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?

The description explicitly frames the tool as a 'lightweight polling surface for the onboarding wizard' and states that it is distributor-only, giving clear context for when it should be used. It does not explicitly name alternative tools or say when not to use it, but the onboarding-wizard signal is a solid usage guideline.

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

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