Skip to main content
Glama

steampipe-mcp

by turbot

steampipe_table_list

List all Steampipe tables with optional schema and filter parameters to refine results. Ideal for efficiently managing and querying table data across schemas.

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