Skip to main content
Glama
sciple-idp

Sciple Platform MCP Server

Official
by sciple-idp

list_aws_accounts

List AWS accounts connected to your tenant and view their IDs, names, account numbers, synced regions, and payer status.

Instructions

List the AWS accounts connected to this tenant.

Returns each account's internal id (used as account_id in the other cloud tools), display name, 12-digit AWS account number, synced regions, and whether it is the Organizations payer account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of explaining the tool's behavior. It clearly states the tool lists accounts and enumerates the exact return fields, implying a read-only operation. It doesn't discuss pagination, permissions, or edge cases, but for a zero-parameter list tool this is sufficient.

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 two sentences with no wasted words. The main purpose is front-loaded, followed by a clear list of returned fields. It is concise and well-structured.

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?

The description fully covers a no-parameter, read-only list tool: what it lists, its scope, and what it returns. The output schema exists to define exact field types, so no return-value detail is missing.

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?

The tool has zero parameters and an empty schema, so there is nothing to explain. The baseline is 4, and the description adds relevant context about what the returned `account_id` is used for.

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 action ('List') and resource ('AWS accounts connected to this tenant'), making the purpose immediately obvious. It is specific enough to be distinguished from sibling tools like list_services or list_ec2_instances.

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?

It provides clear context on when this tool is useful by explaining that the returned internal id is used as `account_id` in other cloud tools. It doesn't explicitly mention alternatives or exclusions, but no similar sibling exists, so a 4 is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/sciple-idp/sciple-mcp'

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