Skip to main content
Glama
doitintl

DoiT MCP Server

Official
by doitintl

list_aws_member_accounts

Read-only

List all AWS member accounts under an organization that have active or historical commitment coverage. View 30-day statistics and estimated monthly potential savings per savings plan type.

Instructions

PerfectScale for Commitments (AWS) — commitment inventory, recommendations, and planned purchases. Returns all member AWS accounts under the specified organization that have active or historical commitment coverage. Includes 30-day statistics and estimated monthly potential savings (monthlyPotentialSavings) per SP type. This endpoint is paginated: to fetch the next page, call again passing the response's pageToken value as the pageToken parameter. Stop once the response has no pageToken — that means there are no more pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageTokenNo
maxResultsNo
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.
managementAccountIdYes
Behavior4/5

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

The description adds behavior beyond the `readOnlyHint`, `openWorldHint`, and `destructiveHint` annotations by explaining the pagination contract: pass the returned `pageToken`, and stop when no `pageToken` appears. It also discloses that the results include 30-day statistics and estimated monthly savings per savings/SP type.

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 compact and logically structured: purpose, return-value summary, then pagination instructions. The opening PerfectScale framing adds some non-essential context, but the description never wastes many words and stays easy to scan.

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 tool has no output schema, the description does a good job explaining the return content and pagination behavior. It is sufficient for an agent to successfully call the endpoint, though it relies on the parameter names and schema metadata for some fields like `maxResults` and `X-Tenant-Id`.

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?

Schema description coverage is only 20%, so the description needed to compensate for the uncovered parameters. It adds useful semantics for `pageToken` and implies the role of `managementAccountId`, but it does not explain `maxResults`, `X-Tenant-Id`, or how `customerContext` should be used beyond the schema's existing description.

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 that the tool returns all member AWS accounts under an organization, specifically those with active or historical commitment coverage. This distinguishes it from sibling tools like `get_aws_member_account`, `list_aws_recommendations`, and `list_aws_planned_purchases`. The verb+resource+scope are all explicit.

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 gives clear operational context: use this to enumerate member AWS accounts that have commitment coverage, with 30-day statistics and savings data. It does not explicitly name alternatives or state when not to use this tool, so it stops just short of a 5.

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