Skip to main content
Glama

SQL Server MCP Service

by vini-cius

get_function_schema

Retrieve the schema and parameter details for a specific SQL Server function to understand its structure and usage requirements.

Instructions

Gets the schema and parameters of a specific function

Input Schema

NameRequiredDescriptionDefault
functionNameYesName of the function
schemaNameNoSchema name (default: dbo)dbo

Input Schema (JSON Schema)

{ "properties": { "functionName": { "description": "Name of the function", "type": "string" }, "schemaName": { "default": "dbo", "description": "Schema name (default: dbo)", "type": "string" } }, "required": [ "functionName" ], "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/vini-cius/mcp-sqlserver'

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