Skip to main content
Glama
direction-by-places.ts587 B
/* * @Author: AidenYangX * @Email: xscs709560271@gmail.com * @Date: 2024-12-21 22:41:35 * @Description: Direction By Places Schema */ import { z } from "zod"; // Direction By Places Arguments Schema export const DirectionsByPlacesArgsSchema = z.object({ places: z .array(z.string()) .min(2) .describe("Array of place names to route between"), profile: z .enum(["driving-traffic", "driving", "walking", "cycling"]) .default("driving"), language: z .string() .regex(/^[a-z]{2}$/) .optional() .describe("Language for geocoding results"), });

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/AidenYangX/mapbox-mcp-server'

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