Skip to main content
Glama
doitintl

DoiT MCP Server

Official
by doitintl

list_aws_organizations_settings

Read-only

Fetch automation and recommendation engine settings for all AWS organizations, segmented by product line (compute, database), with pagination support.

Instructions

PerfectScale for Commitments (AWS) — commitment inventory, recommendations, and planned purchases. Returns automation and recommendation engine settings for every onboarded organization, broken down by product line (compute, database). Settings are configured at the customer level and apply uniformly across all organizations. Only product lines that are activated/onboarded for a given organization are returned. The purchaseAccountId is the member AWS account designated to execute SP purchases on behalf of that organization. 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.
Behavior5/5

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

Beyond the readOnlyHint=true and destructiveHint=false annotations, the description elaborates on pagination behavior (pageToken usage), the fact that settings are customer-level and apply across all orgs, and that only activated product lines are returned. It also clarifies the meaning of purchaseAccountId. This adds substantial behavioral context not present in structured fields.

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 fairly long but well-structured, front-loading the core purpose and then adding context on scope, pagination, and product line activation. Each sentence contributes meaningful information, though it could be slightly trimmed without losing value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (settings retrieval with pagination, product line breakdown, customer-level config) and the absence of an output schema, the description covers all critical aspects: what is returned, scope, pagination behavior, purchaseAccountId meaning, and activation conditions. It is sufficiently complete for an agent to use correctly.

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?

Schema description coverage is only 25% (only customerContext has a description). The description adds clarity for pageToken in the pagination explanation but does not explain maxResults or X-Tenant-Id. It does not compensate fully for the missing schema coverage, leaving some parameter semantics to inference.

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's purpose: returning automation and recommendation engine settings for every onboarded AWS organization, broken down by product line. It distinguishes from siblings like list_aws_organizations (which lists orgs) and list_aws_recommendations (which lists recommendations) by explicitly mentioning 'settings' and the breakdown by product line.

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 explains when to use it (to get settings for commitments and organization-level configuration), that settings apply uniformly across organizations, and that only activated product lines are returned. It also provides pagination usage details. However, it does not explicitly name alternative tools for exclusion, though sibling names make the distinction implicit.

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