Skip to main content
Glama

JDBCX MCP Server

inspect_database_server

Retrieve structural metadata from a database server, including catalogs, schemas, and tables, for comprehensive database analysis. Supports custom query timeouts for efficient data retrieval.

Instructions

Get structural metadata for a specific database server, including its catalogs, schemas, and tables. May take minutes for large servers.

Args: database_server (str): The name of the database server to inspect query_timeout_seconds (int, optional): Maximum time to wait for the request in seconds. Defaults to DEFAULT_QUERY_TIMEOUT_SECONDS. Returns: str: JSON string containing the structural metadata of the specified database server, including its catalogs, schemas, and tables

Input Schema

NameRequiredDescriptionDefault
database_serverYes
query_timeout_secondsNo

Input Schema (JSON Schema)

{ "properties": { "database_server": { "title": "Database Server", "type": "string" }, "query_timeout_seconds": { "default": 10, "title": "Query Timeout Seconds", "type": "integer" } }, "required": [ "database_server" ], "title": "inspect_database_serverArguments", "type": "object" }
Install Server

Other Tools from JDBCX MCP Server

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/jdbcx/pydbcx-mcp'

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