Skip to main content
Glama

Insforge MCP Server

by InsForge

get-table-schema

Retrieve detailed database table schema including RLS policies, indexes, and constraints to understand table structure and relationships for database analysis and management.

Instructions

Returns the detailed schema(including RLS, indexes, constraints, etc.) of a specific table

Input Schema

NameRequiredDescriptionDefault
apiKeyNoAPI key for authentication (optional if provided via --api_key)
tableNameYesName of the table

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "API key for authentication (optional if provided via --api_key)", "type": "string" }, "tableName": { "description": "Name of the table", "type": "string" } }, "required": [ "tableName" ], "type": "object" }

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/InsForge/insforge-mcp'

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