Skip to main content
Glama

get_bulk_sync_schemas

Retrieve available schemas and tables for configuring a bulk data synchronization in Polytomic. Use this tool to identify data sources before setting up sync operations.

Instructions

Get available schemas/tables for a bulk sync.

Args: id: The bulk sync ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The tool 'get_bulk_sync_schemas' is defined as an async function decorated with @mcp.tool(). It makes a request to the Polytomic API endpoint '/bulk/syncs/{id}/schemas' and returns the result as a JSON string.
    async def get_bulk_sync_schemas(id: str) -> str:
        """Get available schemas/tables for a bulk sync.
    
        Args:
            id: The bulk sync ID
        """
        result = await polytomic_request(f"/bulk/syncs/{id}/schemas")
        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