Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

get_scheduled_query

Retrieve detailed information about a specific scheduled query by ID, including SQL, schedule configuration, and metadata, using the Panther MCP Server. Supports security monitoring and data lake query management.

Instructions

Get detailed information about a specific scheduled query by ID.

Returns complete scheduled query information including SQL, schedule configuration, and metadata.

Returns: Dict containing: - success: Boolean indicating if the query was successful - query: Scheduled query information if successful, containing: - id: Query ID - name: Query name - description: Query description - sql: The SQL query text - schedule: Schedule configuration (cron, rate, timeout) - managed: Whether the query is managed by Panther - createdAt: Creation timestamp - updatedAt: Last update timestamp - message: Error message if unsuccessful

Permissions:{'all_of': ['Query Data Lake']}

Input Schema

NameRequiredDescriptionDefault
query_idYesThe ID of the scheduled query to fetch (must be a UUID)

Input Schema (JSON Schema)

{ "properties": { "query_id": { "description": "The ID of the scheduled query to fetch (must be a UUID)", "examples": [ "6c6574cb-fbf9-49fc-baad-1a99464ef09e" ], "format": "uuid", "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