import z from 'zod'
import { zodToJsonSchema } from 'zod-to-json-schema'
export const inputSchema = zodToJsonSchema(z.object({}).strict())
const zodOutputSchema = z.object({
dataflows: z.array(
z.object({
id: z.string().describe('The ID of the dataflow.'),
name: z.string().describe('The name of the dataflow.'),
last_successful_execution_id: z.string().nullish().describe('The ID of the last successful run (execution) of the dataflow.')
}).strict()
)
})
export const outputSchema = zodToJsonSchema(zodOutputSchema)
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