Skip to main content
Glama

Synapse MCP Server

MIT License
4
  • Linux
  • Apple

search_entities

Search for Synapse entities like datasets, projects, files, and tables using keywords, entity types, or parent IDs to locate specific data resources within the Synapse platform.

Instructions

Search for Synapse entities.

Input Schema

NameRequiredDescriptionDefault
entity_typeNo
parent_idNo
search_termYes

Input Schema (JSON Schema)

{ "properties": { "entity_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Entity Type" }, "parent_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Parent Id" }, "search_term": { "title": "Search Term", "type": "string" } }, "required": [ "search_term" ], "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/susheel/synapse-mcp'

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