Skip to main content
Glama

get_sync_execution

Retrieve detailed status and results for a specific data synchronization execution in Polytomic's MCP server.

Instructions

Get details for a specific sync execution.

Args: sync_id: The sync ID execution_id: The execution ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sync_idYes
execution_idYes

Implementation Reference

  • The handler function for the 'get_sync_execution' tool. It queries the Polytomic API for a specific execution and returns the JSON result.
    @mcp.tool()
    async def get_sync_execution(sync_id: str, execution_id: str) -> str:
        """Get details for a specific sync execution.
    
        Args:
            sync_id: The sync ID
            execution_id: The execution ID
        """
        result = await polytomic_request(f"/syncs/{sync_id}/executions/{execution_id}")
        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