steampipe-mcp

Official
by turbot

steampipe_table_show

Retrieve detailed schema and column information for a specific table in Steampipe. Specify the table name and optional schema to explore structure and data types.

Instructions

Get detailed information about a specific Steampipe table, including column definitions, data types, and descriptions.

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the table to show details for. Can be schema qualified (e.g. 'aws_account' or 'aws.aws_account').
schemaNoOptional schema name. If provided, only searches in this schema. If not provided, searches across all schemas.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "name": { "description": "The name of the table to show details for. Can be schema qualified (e.g. 'aws_account' or 'aws.aws_account').", "type": "string" }, "schema": { "description": "Optional schema name. If provided, only searches in this schema. If not provided, searches across all schemas.", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from steampipe-mcp

Related Tools

ID: i4a149hwmy