Skip to main content
Glama

get_bulk_sync

Retrieve details and status for a specific bulk data synchronization operation in the Polytomic MCP Server.

Instructions

Get details for a specific bulk sync.

Args: id: The bulk sync ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The `get_bulk_sync` tool handler implementation. It uses the `polytomic_request` helper to fetch bulk sync details.
    @mcp.tool()
    async def get_bulk_sync(id: str) -> str:
        """Get details for a specific bulk sync.
    
        Args:
            id: The bulk sync ID
        """
        result = await polytomic_request(f"/bulk/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