Skip to main content
Glama

SourceSync.ai MCP Server

by pbteja1998

getIngestJobRunStatus

Retrieve the status of a submitted ingestion job by providing the ingestJobRunId, enabling tracking and management of data processing tasks on SourceSync.ai MCP Server.

Instructions

Checks the status of a previously submitted ingestion job.

Input Schema

NameRequiredDescriptionDefault
ingestJobRunIdYes
namespaceIdNo
tenantIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ingestJobRunId": { "type": "string" }, "namespaceId": { "type": "string" }, "tenantId": { "type": "string" } }, "required": [ "ingestJobRunId" ], "type": "object" }

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/pbteja1998/sourcesyncai-mcp'

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