Skip to main content
Glama

aws_ecs_describe_tasks

Retrieve detailed information about Amazon ECS tasks in a specified cluster to monitor status, configurations, and resource usage for container management.

Instructions

Get detailed information about ECS tasks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoAWS profile name from ~/.aws/config (e.g., 'default', 'production')
regionNoAWS region override (e.g., 'us-east-1', 'sa-east-1')
clusterYesCluster name or ARN
tasksYesTask IDs or ARNs to describe
Behavior2/5

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

No annotations provided, so description carries full burden. It fails to disclose read-only nature, error behavior when tasks don't exist, rate limiting characteristics, or that this requires existing task ARNs (not just names).

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?

Single sentence is appropriately brief and front-loaded with the action. No redundant or wasted text, though extreme brevity leaves functionality under-specified.

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

Completeness2/5

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

With no output schema and no annotations, the description should describe what 'detailed information' means (container status, task definition, networking, etc.). It also omits the critical workflow step of obtaining task ARNs from list_tasks first.

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 coverage is 100%, so baseline applies. While the schema clearly documents all four parameters (profile, region, cluster, tasks), the description adds no contextual meaning about the relationship between cluster and tasks parameters or AWS credential handling.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the basic action (Get detailed information) and resource (ECS tasks), but fails to distinguish from sibling tool aws_ecs_list_tasks. In AWS ECS, 'list' returns ARNs while 'describe' requires ARNs to return details—a crucial distinction missing here.

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 guidance provided on when to use this tool versus aws_ecs_list_tasks or aws_ecs_describe_services. Does not mention that task ARNs must be obtained from list_tasks first, nor prerequisites like cluster access permissions.

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/marcelobrake/aws-mcp'

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