Skip to main content
Glama

list_syncs

Retrieve all configured data synchronization tasks in Polytomic to monitor and manage data pipeline operations.

Instructions

List all model syncs in Polytomic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The `list_syncs` tool implementation in `src/polytomic_mcp/server.py` which retrieves a list of syncs via `polytomic_request("/syncs")` and returns them as a JSON string.
    @mcp.tool()
    async def list_syncs() -> str:
        """List all model syncs in Polytomic."""
        result = await polytomic_request("/syncs")
        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