Skip to main content
Glama

AITable MCP Server

Official

get_fields_schema

Retrieve the JSON schema of all fields in a specified database to help AI agents understand and interact with the expected data structure efficiently.

Instructions

Returns the JSON schema of all fields within the specified database, This schema will be sent to LLM to help the AI understand the expected structure of the data.

Input Schema

NameRequiredDescriptionDefault
node_idYesThe ID of the database to fetch records from.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "node_id": { "description": "The ID of the database to fetch records from.", "type": "string" } }, "required": [ "node_id" ], "type": "object" }
Install Server

Other Tools from AITable MCP Server

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/apitable/aitable-mcp-server'

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