Skip to main content
Glama
sciple-idp

Sciple Platform MCP Server

Official
by sciple-idp

list_ec2_instances

Summarize EC2 instances for one account or across all, grouped with running/stopped tallies. Filter by account or region to assess infrastructure.

Instructions

Summarize EC2 instances — for one account or across all of them.

Convenience view over aws_ec2_instance formatted as [state] type id name (private_ip), grouped per account with a running/ stopped tally. Omit account_id to sweep every connected account.

Args: account_id: Internal account id from list_aws_accounts. If omitted, every connected account is queried. region: Optional region filter, e.g. "us-east-1".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNo
account_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.6/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 full burden of behavioral disclosure. It does well by specifying the output format `[state] type id name (private_ip)`, the per-account grouping with running/stopped tally, and the effect of omitting account_id. It does not mention pagination or failure behavior, but for a read-only summary tool the disclosed behavior is substantial and 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 compact and well-structured: purpose first, then output shape, then parameter semantics. Every sentence earns its place, and the Args section is cleanly separated from the behavioral overview. No redundant or filler content exists.

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?

For a two-parameter listing tool with an output schema present, the description covers the required inputs, default behavior, output formatting, and grouping semantics. The only minor omission is sorting/pagination detail, but the output schema and simple nature of the tool make the definition complete enough for correct invocation.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must fully compensate for the bare input schema. It does: account_id is explained as an 'Internal account id from list_aws_accounts' with the default sweep behavior, and region is clarified with an example 'us-east-1'. This adds real meaning beyond property names and defaults.

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 opens with a specific verb and resource: 'Summarize EC2 instances' and clarifies the scope as 'for one account or across all of them.' It also distinguishes itself as a 'Convenience view over aws_ec2_instance' with a defined output shape, so an agent can separate it from broader cloud resource tools.

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 usage context: omit account_id to sweep all accounts, or provide it to filter to one account. It references list_aws_accounts as the source for valid account ids. However, it does not explicitly state when to prefer this tool over alternatives like query_cloud_resources or list_cloud_resource_types, so it misses the 'when-not-to-use' guidance.

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