Skip to main content
Glama

get_bulk_sync_status

Check the current status of a bulk data synchronization operation by providing the sync ID.

Instructions

Get the current status of a bulk sync.

Args: id: The bulk sync ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The implementation of the get_bulk_sync_status tool, which makes a GET request to the Polytomic API and returns the result as a formatted JSON string.
    @mcp.tool()
    async def get_bulk_sync_status(id: str) -> str:
        """Get the current status of a bulk sync.
    
        Args:
            id: The bulk sync ID
        """
        result = await polytomic_request(f"/bulk/syncs/{id}/status")
        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