Skip to main content
Glama

Coupler Analytics

by railsware
index.ts793 B
import { inputSchema, outputSchema } from './schema.js' export { handler } from './handler.js' export const name = 'get-schema' export const description = 'Get data table schema from a Coupler.io data flow. Get column names from `columnName` properties in column definitions. Example: {"columns":[{"key":"Row Updated At.0","label":"Row Updated At","schema":{"type":"string"},"typeOptions":{},"columnName":"col_0"},{"key":"Dimension: Source.0","label":"Dimension: Source","schema":{"type":"string"},"typeOptions":{},"columnName":"col_1"}]}. Here the columns are `col_0` and `col_1`.' const annotations = { title: 'Get data schema from a Coupler.io data flow.', idempotentHint: true, } export const toolListEntry = { name, description, inputSchema, outputSchema, annotations, }

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/railsware/coupler-io-mcp-server'

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