import { inputSchema, outputSchema } from './schema.js'
export { handler } from './handler.js'
export const name = 'list-dataflows'
export const description = 'List my Coupler.io data flows. Use this to get the ID (uuid format) of a data flow by its name.'
const annotations = {
title: 'List Coupler.io data flows.',
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