Skip to main content
Glama

Coupler Analytics

by railsware
index.ts804 B
import { inputSchema, outputSchema } from './schema.js' export { handler } from './handler.js' export const name = 'get-data' export const description = 'Get data from a Coupler.io data flow run. Make sure to first query a sample of 5 rows from `data` table, e.g. `SELECT * from data LIMIT 5`, and then run the `get-schema` tool, to better understand the structure. The `get-schema` tool will return the JSON-encoded schema of the `data` table. When visualizing the data, do not try to read any files or fetch any URLs, just generate a static page and use the data you get from the tools.' const annotations = { title: 'Get and query data 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