Skip to main content
Glama

Xano MCP Server

by SarimSiddd

update_table_content

Manage and update specific content within a table on the Xano MCP Server by providing the table ID, content ID, and revised data.

Instructions

Update content in a table

Input Schema

NameRequiredDescriptionDefault
contentYesUpdated content data
contentIdYesID of the content to update
tableIdYesID of the table

Input Schema (JSON Schema)

{ "properties": { "content": { "additionalProperties": true, "description": "Updated content data", "type": "object" }, "contentId": { "description": "ID of the content to update", "type": "string" }, "tableId": { "description": "ID of the table", "type": "string" } }, "required": [ "tableId", "contentId", "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