mcp-azure-tablestorage

get_table_schema

Retrieve property names and data types from an Azure Table Storage table to analyze its schema structure with ease.

Instructions

Get property names and types from a table

Input Schema

NameRequiredDescriptionDefault
tableNameYesName of the table to analyze

Input Schema (JSON Schema)

{ "properties": { "tableName": { "description": "Name of the table to analyze", "type": "string" } }, "required": [ "tableName" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-azure-tablestorage

Related Tools

ID: 8kah8zukke