Skip to main content
Glama

trigger_sync

Manually initiate a data synchronization process by specifying the sync ID to execute data transfer operations between systems.

Instructions

Manually trigger a sync to run.

Args: id: The sync ID to trigger

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The trigger_sync MCP tool handler. It uses polytomic_request to POST to /syncs/{id}/trigger.
    @mcp.tool()
    async def trigger_sync(id: str) -> str:
        """Manually trigger a sync to run.
    
        Args:
            id: The sync ID to trigger
        """
        result = await polytomic_request(f"/syncs/{id}/trigger", method="POST")
        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