Skip to main content
Glama

get_sync

Retrieve detailed information about a specific data synchronization task in Polytomic, including configuration, status, and execution history.

Instructions

Get details for a specific sync.

Args: id: The sync ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The implementation of the get_sync MCP tool, which fetches details for a specific sync using the Polytomic API.
    @mcp.tool()
    async def get_sync(id: str) -> str:
        """Get details for a specific sync.
    
        Args:
            id: The sync ID
        """
        result = await polytomic_request(f"/syncs/{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