Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
systemprompt-mcp-interview
by
Ejb503
Verified
npm
GitHub
Communication
Speech Processing
Education & Learning Tools
TypeScript
46
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
types
src/types/__llm__
src/types/index.ts
src/types/sampling-schemas.ts
src/types/sampling.ts
src/types/systemprompt.ts
src/types/tool-args.ts
src/types/tool-schemas.ts
export type ToolResponse = { content: { type: "text" | "resource"; text: string; resource?: { uri: string; text: string; mimeType: string; }; }[]; _meta?: Record<string, unknown>; isError?: boolean; };