Skip to main content
Glama
MIT License
5
  • Apple

mcp_get_dependencies

Identify and retrieve dependencies for SQL Server database objects like tables, views, and stored procedures by specifying the fully qualified object name.

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