Skip to main content
Glama
doitintl

DoiT MCP Server

Official
by doitintl

list_billing_transfer_reseller_accounts_with_tenants

Read-only

List all reseller billing-transfer accounts with their connected end-customer tenants to manage AWS billing-transfer mappings and program management accounts.

Instructions

Manage AWS billing-transfer mappings between distributors and resellers and between resellers and end customers, and list program management accounts. Lists every reseller PMA node belonging to the calling reseller, each with the end-customer tenants connected under it — the reseller-tier analog of GET /billingtransfer/v1/programmanagementaccounts. region, iamStatus and lastRefreshTime are inherited from the parent DPMA root; the reseller node itself carries no IAM/region metadata of its own.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
X-Tenant-IdNo
includeRevokedNo
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?

Annotations declare readOnlyHint=true and destructiveHint=false, so the read-only nature is covered. The description adds meaningful behavioral context by explaining that region, iamStatus, and lastRefreshTime are inherited from the parent DPMA root, and that the reseller node carries no IAM/region metadata. This goes beyond the annotations and clarifies the data structure.

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 description starts with a broad, somewhat extraneous phrase about managing mappings, then gets to the core purpose. It includes useful detail about inherited metadata but could be more streamlined. The two-sentence structure is acceptable but the first sentence is vague and could be removed without losing value.

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?

The description gives good context on the output (reseller nodes with tenants) and metadata inheritance, but it lacks explanations for the parameters and does not clarify the exact conditions under which the tool is used vs other listing tools. With no output schema and low parameter coverage, the description could be more complete, but it covers the main functional aspect.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not mention any of the three parameters (X-Tenant-Id, includeRevoked, customerContext). Schema description coverage is only 33% (only customerContext has a description), and the description does not compensate by explaining what includeRevoked or X-Tenant-Id mean, or how they affect the results.

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 the tool lists reseller PMA nodes with their connected end-customer tenants, and explicitly identifies it as the reseller-tier analog of a specific API. This distinguishes it from sibling tools like list_billing_transfer_program_management_accounts and list_billing_transfer_reseller_accounts by specifying the 'reseller-tier' scope and the inclusion of tenants.

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 explicit guidance on when to use this tool versus the sibling list_billing_transfer_program_management_accounts, list_billing_transfer_reseller_accounts, or list_billing_transfer_end_customers_by_reseller. The description mentions it is 'the reseller-tier analog' of another API, but does not explain in which scenarios one would prefer this over the other listing tools.

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