get_comment
Retrieve a specific comment (src/handlers/tools/get-comment.ts)
How to use it
get_comment is exposed by the Systemprompt MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_comment tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Systemprompt MCP Server
npx @systemprompt/systemprompt-mcp-serverOther tools in Systemprompt MCP Server (9)
Demonstrates user input gathering (src/handlers/tools/elicitation-example.ts)
Get subreddit posts (src/handlers/tools/get-channel.ts)
Fetch user notifications and messages (src/handlers/tools/get-notifications.ts)
Fetch a specific post with comments (src/handlers/tools/get-post.ts)
Request server to log messages (src/handlers/tools/logging.ts)
Demonstrates AI-assisted content generation (src/handlers/tools/sampling-example.ts)
Search across Reddit with filters (src/handlers/tools/search-reddit.ts)
Demonstrates structured data handling (src/handlers/tools/structured-data-example.ts)
Demonstrates input validation (src/handlers/tools/validation-example.ts)