Skip to main content
Glama
appwrite

Appwrite MCP Server

Official
by appwrite

tables_db_create_polygon_column

Adds a polygon column to store geographic shapes in Appwrite database tables, enabling spatial data management for location-based applications.

Instructions

Create a geometric polygon column.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYesDatabase ID.
table_idYesTable ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable).
keyYesColumn Key.
requiredYesIs column required?
defaultNoDefault value for column when not provided, three-dimensional array where the outer array holds one or more linear rings, [[[longitude, latitude], …], …], the first ring is the exterior boundary, any additional rings are interior holes, and each ring must start and end with the same coordinate pair. Cannot be set when column is required.

Other Tools

Latest Blog Posts

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/appwrite/mcp-for-api'

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