Skip to main content
Glama

SQL Server MCP Service

by vini-cius

list_functions

Discover and retrieve all database functions (scalar and table-valued) with optional filtering by schema or function type for SQL Server database exploration.

Instructions

Lists all functions (scalar and table-valued) in the database

Input Schema

NameRequiredDescriptionDefault
functionTypeNoType of function to filter
schemaNameNoSchema name to filter functions

Input Schema (JSON Schema)

{ "properties": { "functionType": { "description": "Type of function to filter", "enum": [ "SCALAR", "TABLE" ], "type": "string" }, "schemaName": { "description": "Schema name to filter functions", "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/vini-cius/mcp-sqlserver'

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