Enables interaction with the Xano API through a Model Context Protocol (MCP) interface, providing secure and type-safe management of Xano database operations.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
List all available workspaces.
Create a new table in a workspace. Parameters: workspaceId (number), name (string)
Get content from a table with pagination support. Parameters: workspaceId (number), tableId (number), pagination (object)
Add new content to a table. Parameters: workspaceId (number), tableId (number), content (object)
Update existing content in a table. Parameters: workspaceId (number), tableId (number), contentId (string), content (object)
List all tables in a workspace with detailed information. Parameters: workspaceId (number)