Skip to main content
Glama
by microsoft
json_schema.genai.mjs699 B
script({ model: "large", responseType: "json_schema", responseSchema: { type: "object", properties: { sentences: { type: "array", items: { type: "string", }, }, wordCount: { type: "integer", }, sentenceCount: { type: "number", }, }, required: ["sentences", "wordCount", "sentenceCount"], }, }) $`Generate 10 random sentences of 5 words. Use quotes (") to start a word, single quote ' to finish a word! Place problematic characters for JSON in the sentences. "hello' "sir' "!' `

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/microsoft/genaiscript'

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