Skip to main content
Glama

Coda MCP Server

coda_resolve_link

Extract metadata from a Coda object URL to enable AI assistants to interact with Coda documents effectively, supporting operations like reading and updating content.

Instructions

Resolve metadata given a browser link to a Coda object

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL to resolve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "The URL to resolve", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from Coda 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/orellazri/coda-mcp'

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