Skip to main content
Glama

steampipe-mcp

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

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