Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
16
  • Apple

list_database_tables

Retrieve detailed information about all tables within a specified Panther Database, including table names, descriptions, log types, and associated database names.

Instructions

List all available tables in a Panther Database.

Required: Only use valid database names obtained from list_databases Returns: Dict containing: - success: Boolean indicating if the query was successful - tables: List of tables, each containing: - name: Table name - description: Table description - log_type: Log type - database: Database name - message: Error message if unsuccessful

Input Schema

NameRequiredDescriptionDefault
databaseYesThe name of the database to list tables for

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "The name of the database to list tables for", "example": "panther_logs.public", "title": "Database", "type": "string" } }, "required": [ "database" ], "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