Skip to main content
Glama

get_syndication_status

Check CRM sync status across HubSpot, Salesforce, and Pipedrive to verify data freshness and prevent stale intelligence.

Instructions

Shows whether your CRM has your current intelligence or is running on stale data. Checks sync status across HubSpot, Salesforce, and Pipedrive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • src/catalog.js:348-356 (registration)
    Registration of the 'get_syndication_status' tool in the static catalog.
    {
      name: 'get_syndication_status',
      description: 'Shows whether your CRM has your current intelligence or is running on stale data. Checks sync status across HubSpot, Salesforce, and Pipedrive.',
      annotations: READ_ONLY,
      inputSchema: {
        type: 'object',
        properties: {},
      },
    },
  • Generic handler in the MCP server that proxies the tool call to the backend API client.
    const { name, arguments: args } = request.params;
    try {
      return await client.callTool(name, args || {});

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/geter-andru/andru-revenue-intelligence'

If you have feedback or need assistance with the MCP directory API, please join our Discord server