Skip to main content
Glama
systempromptio

SystemPrompt Coding Agent

Official
get-prompt.ts564 B
/** * @fileoverview Get prompt tool definition * @module constants/tool/get-prompt */ import type { Tool } from "@modelcontextprotocol/sdk/types.js"; /** * Tool for retrieving prompts */ export const getPrompt: Tool = { name: "get_prompt", description: "Get a specific prompt by ID or list all available prompts if no ID is provided", inputSchema: { type: "object", properties: { prompt_id: { type: "string", description: "Optional ID of the prompt to retrieve. If not provided, returns all prompts." } } } };

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/systempromptio/systemprompt-code-orchestrator'

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