Skip to main content
Glama

SourceSync.ai MCP Server

by scmdr

fetchUrlContent

Extracts and retrieves content from a specified URL, enabling integration with SourceSync.ai's knowledge management platform for document and text processing workflows.

Instructions

Fetches the content of a URL. Particularly useful for fetching parsed text file URLs.

Input Schema

NameRequiredDescriptionDefault
apiKeyNo
tenantIdNo
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiKey": { "type": "string" }, "tenantId": { "type": "string" }, "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "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/scmdr/sourcesyncai-mcp'

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