P
promptsharp
/get_prompt
get prompt
Fetch one prompt by id: the full copy-paste prompt plus its guardrails and a why-it-works note. Requires that the prompt is within your license scope.
liveverifiedunknown~5s typical
mcpprobedpromptsharp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-promptsharp-promptsharp /get_prompt for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Prompt id, e.g. pros-01 (from search_prompts results). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-promptsharp-promptsharp","endpoint":"/get_prompt","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-ai-promptsharp-promptsharp -e /get_prompt -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-ai-promptsharp-promptsharp", endpoint: "/get_prompt", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.