Skip to main content
Glama
AporiaLabs

Telos Model Context Protocol

by AporiaLabs
schema.ts235 B
import { z } from "zod"; export const msgTelosSchema = z.object({ message: z .string() .min(1, "Message is required") .describe("The message to send to Telos"), }); export type MsgTelosSchema = z.infer<typeof msgTelosSchema>;

Latest Blog Posts

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/AporiaLabs/telos-mcp'

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