Skip to main content
Glama

Xano MCP Server

by SarimSiddd

add_table_content

Insert data into a specified table using the Xano MCP Server, enabling structured and secure database operations through its API interface.

Instructions

Add content to a table

Input Schema

NameRequiredDescriptionDefault
contentYesContent to add to the table
tableIdYesID of the table

Input Schema (JSON Schema)

{ "properties": { "content": { "additionalProperties": true, "description": "Content to add to the table", "type": "object" }, "tableId": { "description": "ID of the table", "type": "string" } }, "required": [ "tableId", "content" ], "type": "object" }

You must be authenticated.

Other Tools from Xano 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/SarimSiddd/xano_mcp'

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