Skip to main content
Glama

Warp SQL Server MCP

by egarcia74

list_foreign_keys

Identify and display foreign key relationships within SQL Server database schemas to understand table dependencies and maintain referential integrity.

Instructions

List all foreign key relationships in a schema

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name (optional)
schemaNoSchema name (optional, defaults to dbo)

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name (optional)", "type": "string" }, "schema": { "description": "Schema name (optional, defaults to dbo)", "type": "string" } }, "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/egarcia74/warp-sql-server-mcp'

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