Skip to main content
Glama
metacognitive.d.ts945 B
import { z } from 'zod'; import type { SessionState } from '../state/SessionState.js'; declare const MetacognitiveSchema: z.ZodObject<{ thinkingProcess: z.ZodString; observations: z.ZodArray<z.ZodString, "many">; adjustments: z.ZodArray<z.ZodString, "many">; effectiveness: z.ZodNumber; insights: z.ZodString; }, "strip", z.ZodTypeAny, { thinkingProcess: string; observations: string[]; adjustments: string[]; effectiveness: number; insights: string; }, { thinkingProcess: string; observations: string[]; adjustments: string[]; effectiveness: number; insights: string; }>; export type MetacognitiveArgs = z.infer<typeof MetacognitiveSchema>; declare function handleMetacognitive(args: MetacognitiveArgs, session: SessionState): Promise<{ content: { type: "text"; text: string; }[]; }>; export { handleMetacognitive }; //# sourceMappingURL=metacognitive.d.ts.map

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/waldzellai/clearthought-onepointfive'

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