aws-athena-mcp

get_result

Retrieve query results from AWS Athena by providing the query execution ID. Specify the maximum number of rows to fetch, ensuring efficient data access for completed queries.

Instructions

Get results for a completed query. Returns error if query is still running.

Input Schema

NameRequiredDescriptionDefault
maxRowsNoMaximum number of rows to return (default: 1000)
queryExecutionIdYesThe query execution ID

Input Schema (JSON Schema)

{ "properties": { "maxRows": { "description": "Maximum number of rows to return (default: 1000)", "maximum": 10000, "minimum": 1, "type": "number" }, "queryExecutionId": { "description": "The query execution ID", "type": "string" } }, "required": [ "queryExecutionId" ], "type": "object" }

You must be authenticated.

Other Tools from aws-athena-mcp

Related Tools

ID: 0i7dhkex6t