Skip to main content
Glama

list_models

Retrieve all data models available in Polytomic to manage connections, syncs, and data pipelines for Reverse ETL and ELT operations.

Instructions

List all data models in Polytomic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The 'list_models' MCP tool handler function. It uses 'polytomic_request' to query the '/models' endpoint and returns the result as a JSON string.
    @mcp.tool()
    async def list_models() -> str:
        """List all data models in Polytomic."""
        result = await polytomic_request("/models")
        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