Skip to main content
Glama
teghoz

sql-mcp

by teghoz

get_extended_properties

Retrieve extended properties (e.g., MS_Description) for any table, view, procedure, or function, including object-level and column-level documentation.

Instructions

Get all extended properties (e.g. MS_Description documentation) for a table, view, procedure, or function — includes both the object-level and all column-level properties

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesObject name (table, view, stored procedure, function, etc.)
schemaYesSchema name (e.g. dbo)
databaseNoDatabase name (defaults to the configured default database)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses the key behavioral traits: returns all extended properties, explicitly including both the object-level and all column-level properties, and gives a common example (MS_Description). This goes beyond just the name, though it does not mention error behavior or permissions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that front-loads the main purpose and e.g. example. Every word earns its place without fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the low complexity, no output schema, and no annotations, the description is fairly complete: it states what is returned (all object and column-level properties) and gives a concrete use case. A bit more detail about the return format or empty result behavior would push it to 5, but it is adequate for a simple metadata getter.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides 100% coverage with descriptions for all three parameters (schema, name, database). The tool description adds no additional parameter-level details, so a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get'), the resource ('all extended properties'), and the scope ('for a table, view, procedure, or function'), including both object-level and column-level properties. This distinguishes it from sibling metadata tools like describe_table or get_table_indexes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool (to retrieve extended properties/documentation for various object types) and distinguishes its scope from other metadata tools. However, it does not explicitly mention when not to use it or name alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/teghoz/sql-mcp'

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