Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort to run the server on3000
API_KEYNoCoda API key
CODA_API_KEYNoCoda API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
coda_whoami

Get information about the current authenticated user. Use this to verify API key and check permissions.

coda_list_docs

List all Coda documents accessible to the authenticated user. Supports filtering by owner, workspace, folder, and search query.

coda_get_doc

Get detailed information about a specific Coda document by its ID. Returns metadata like name, owner, creation date, and links.

coda_create_doc

Create a new Coda document. Can optionally copy from an existing document (sourceDoc) or create with initial content.

coda_delete_doc

Permanently delete a Coda document. This action cannot be undone. Use with caution.

coda_list_pages

List all pages in a Coda document

coda_list_tables

List tables in a Coda document, with optional fuzzy search by table name/page name or Coda URL context

coda_get_table

Get detailed information about a specific table

coda_list_columns

List all columns in a table

coda_list_rows

List all rows in a table with optional filtering

coda_create_row

Create a new row in a table

coda_update_row

Update an existing row in a table

coda_list_formulas

List all formulas in a Coda document

coda_list_controls

List all controls (buttons, sliders, etc.) in a Coda document

coda_push_button

Push a button control in a Coda document

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/RunLittleTurtle/mcp-coda'

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