Skip to main content
Glama

mcp_get_dependencies

Identify dependencies for database objects (tables, views, stored procedures) by entering the fully qualified object name. Helps analyze relationships and impacts in SQL Server environments.

Instructions

Get dependencies for a database object (tables, views, stored procedures, etc.)

Input Schema

NameRequiredDescriptionDefault
object_nameYesFully qualified object name (schema.name), e.g. "api.Idiomas"

Input Schema (JSON Schema)

{ "properties": { "object_name": { "description": "Fully qualified object name (schema.name), e.g. \"api.Idiomas\"", "type": "string" } }, "required": [ "object_name" ], "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/hendrickcastro/MCPQL'

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