Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
16
  • Apple

get_data_lake_query_results

Retrieve and analyze results from a previously executed data lake query. Provides status, error messages, result rows, column details, query statistics, and pagination details to manage large datasets.

Instructions

Get the results of a previously executed data lake query.

Returns: Dict containing: - success: Boolean indicating if the query was successful - status: Status of the query (e.g., "succeeded", "running", "failed", "cancelled") - message: Error message if unsuccessful - results: List of query result rows - column_info: Dict containing column names and types - stats: Dict containing stats about the query - has_next_page: Boolean indicating if there are more results available - end_cursor: Cursor for fetching the next page of results, or null if no more pages

Input Schema

NameRequiredDescriptionDefault
query_idYesThe ID of the query to get results for

Input Schema (JSON Schema)

{ "properties": { "query_id": { "description": "The ID of the query to get results for", "example": "1234567890", "title": "Query Id", "type": "string" } }, "required": [ "query_id" ], "type": "object" }

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/panther-labs/mcp-panther'

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