Skip to main content
Glama

Synapse MCP Server

MIT License
4
  • Linux
  • Apple

query_entities

Query Synapse entities like datasets, projects, and files using filters such as entity type, name, parent ID, or annotations to locate specific data resources programmatically.

Instructions

Query entities based on various criteria.

Input Schema

NameRequiredDescriptionDefault
annotationsNo
entity_typeNo
nameNo
parent_idNo

Input Schema (JSON Schema)

{ "properties": { "annotations": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Annotations" }, "entity_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Entity Type" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "parent_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Parent Id" } }, "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