Skip to main content
Glama

steampipe-mcp

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" }
Install Server

Other Tools from steampipe-mcp

Related Tools

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/turbot/steampipe-mcp'

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