Skip to main content
Glama

Synapse MCP Server

MIT License
4
  • Linux
  • Apple

get_entity

Retrieve Synapse entities like datasets, projects, folders, files, or tables by their unique ID to access metadata and annotations programmatically.

Instructions

Get a Synapse entity by ID.

Input Schema

NameRequiredDescriptionDefault
entity_idYes

Input Schema (JSON Schema)

{ "properties": { "entity_id": { "title": "Entity Id", "type": "string" } }, "required": [ "entity_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