Skip to main content
Glama

AITable MCP Server

Official

search_nodes

Retrieve specific node types like datasheets, forms, or folders from a workspace using filters such as permissions and search queries. Simplify node management in AITable MCP Server.

Instructions

Retrieve nodes based on specific types, permissions, and queries. Nodes in AITable can be of several types: datasheets (also known as sheets, or spreadsheets), form, dashboard, and folders.

Input Schema

NameRequiredDescriptionDefault
node_typeYesFilter the node list to only include nodes of the specified type. Common types include: "Datasheet", "Form", "Automation", "Folder", "Mirror"
queryNoA search query to filter nodes by name. If not specified, all nodes will be returned.
space_idYesThe ID of the workspace to fetch nodes from.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "node_type": { "description": "Filter the node list to only include nodes of the specified type. Common types include: \"Datasheet\", \"Form\", \"Automation\", \"Folder\", \"Mirror\"", "type": "string" }, "query": { "description": "A search query to filter nodes by name. If not specified, all nodes will be returned.", "type": "string" }, "space_id": { "description": "The ID of the workspace to fetch nodes from.", "type": "string" } }, "required": [ "space_id", "node_type" ], "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