get_prompt_by_name
Retrieve a specific prompt template from LangSmith by providing its exact name, enabling prompt reuse and management in language model workflows.
Instructions
Get a specific prompt by its exact name.
Args: prompt_name (str): The exact name of the prompt to retrieve ctx: FastMCP context (automatically provided)
Returns: Dict[str, Any]: Dictionary containing the prompt details and template, or an error message if the prompt cannot be found
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_name | Yes |