Model Context Protocol - Connecting SYNQ to AI applications
get_entity_details
- Retrieve comprehensive information about a specific data entitybatch_entity_details
- Get details for multiple entities simultaneouslyget_schema
- Access table schema including columns, types, and constraintsget_table_coordinates
- Retrieve data warehouse coordinates and SQL dialectget_code
- Access source code for transformations and modelsget_upstream_dependencies
- Find all upstream dependencies with configurable traversal depthget_immediate_upstream_dependencies
- Get direct upstream dependencies onlyget_upstream_sources
- Trace to original data sources (dbt sources, external models)get_downstream_dependencies
- Find all downstream dependencies with configurable depthget_immediate_downstream_dependencies
- Get direct downstream dependencies onlyget_lineage
- Comprehensive dependency analysis (upstream, downstream, or both)get_common_upstream_dependencies
- Identify shared dependencies between multiple entitieslist_open_issues
- View all currently open data quality issueslist_open_incidents
- Access active incidents requiring resolutionget_issue
/ get_issue_details
- Detailed information about specific issuesget_issue_comments
- Review comments and discussions on issuesget_issue_impact
- Understand which entities and systems are affected by issueslist_history
- Find historical incidents to identify patterns and recurring problemslist_checks
- View all data quality checks for an entity (direct and inherited)get_monitor
- Access detailed information about specific data monitorslist_database_changes
- History of schema and structure changes for entitiesget_database_change_details
- Detailed change information with full diffslist_commits
- Git commits affecting specific entitiesget_commit_diff
- Exact diff content for specific commits and file pathsbatch_urls
- Generate SYNQ application URLs for entities and issues