Skip to main content
Glama

list_connections

Retrieve all configured data connections from the Polytomic platform to manage data pipelines and synchronization workflows.

Instructions

List all data connections in Polytomic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The 'list_connections' tool handler is decorated with '@mcp.tool()' and performs an API request to '/connections' to fetch and return the list of connections.
    @mcp.tool()
    async def list_connections() -> str:
        """List all data connections in Polytomic."""
        result = await polytomic_request("/connections")
        return json.dumps(result, indent=2)

Latest Blog Posts

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/therevenueengineer/polytomic-mcp'

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