get_prompt_names
Retrieve predefined prompt template names from the MCP Prompt Server to streamline workflows in Cursor/Windsurf editors for tasks like code review and API documentation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}