Skip to main content
Glama

JDBCX MCP Server

list_database_servers

Retrieve a JSON list of all configured database servers in the JDBCX MCP Server, including their descriptions, with customizable query timeout settings.

Instructions

List all available database servers configured in the JDBCX server.

Args: 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 list of database servers along with their corresponding descriptions

Input Schema

NameRequiredDescriptionDefault
query_timeout_secondsNo

Input Schema (JSON Schema)

{ "properties": { "query_timeout_seconds": { "default": 10, "title": "Query Timeout Seconds", "type": "integer" } }, "title": "list_database_serversArguments", "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