Skip to main content
Glama

list_bulk_syncs

Retrieve all bulk data synchronization jobs from Polytomic to monitor and manage data pipeline execution across connections.

Instructions

List all bulk syncs in Polytomic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the `list_bulk_syncs` MCP tool, which calls `polytomic_request("/bulk/syncs")`.
    @mcp.tool()
    async def list_bulk_syncs() -> str:
        """List all bulk syncs in Polytomic."""
        result = await polytomic_request("/bulk/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