Skip to main content
Glama

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

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

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