Skip to main content
Glama

systemprompt-mcp-interview

SystempromptBlockRequestSchema.ts770 B
import type { JSONSchema7 } from "json-schema"; export const SystempromptBlockRequestSchema: JSONSchema7 = { type: "object", properties: { content: { type: "string", }, prefix: { type: "string", description: "The prefix to use for the block. Must have no spaces or special characters.", }, metadata: { type: "object", properties: { title: { type: "string", }, description: { type: ["null", "string"], }, log_message: { type: "string", }, }, additionalProperties: false, }, }, additionalProperties: false, required: ["content", "metadata", "prefix"], $schema: "http://json-schema.org/draft-07/schema#", };

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/Ejb503/systemprompt-mcp-interview'

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