steampipe-mcp

Official
by turbot

steampipe_table_list

List available Steampipe tables by schemas or using custom filters. Simplify data exploration with schema and pattern-based table retrieval for efficient analysis.

Instructions

List all available Steampipe tables. Use schema and filter parameters to narrow down results.

Input Schema

NameRequiredDescriptionDefault
filterNoOptional filter pattern to match against table names. Use ILIKE syntax, including % as a wildcard.
schemaNoOptional schema name to filter tables by. If not provided, lists tables from all schemas.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "filter": { "description": "Optional filter pattern to match against table names. Use ILIKE syntax, including % as a wildcard.", "type": "string" }, "schema": { "description": "Optional schema name to filter tables by. If not provided, lists tables from all schemas.", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from steampipe-mcp

Related Tools

ID: i4a149hwmy