Skip to main content
Glama
simple-schema.js519 B
// Simplified schema for testing export default { thought: { type: "string", description: "Your current thinking step" }, nextThoughtNeeded: { type: "boolean", description: "Whether another thought step is needed" }, thoughtNumber: { type: "number", description: "Current thought number" }, totalThoughts: { type: "number", description: "Estimated total thoughts needed" }, strategy: { type: "string", description: "The thinking strategy being employed" } };

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/aaronsb/think-strategies'

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