Langfuse · Capability
langfuse — Prompts
langfuse — Prompts. 4 operations. Lead operation: Prompts. Self-contained Naftiko capability covering one Langfuse business surface.
What You Can Do
GET
Promptslist
— Get a list of prompt names with versions and labels
/v1/api/public/v2/prompts
POST
Promptscreate
— Create a new version for the prompt with the given `name`
/v1/api/public/v2/prompts
GET
Promptsget
— Get a prompt
/v1/api/public/v2/prompts/{promptname}
DELETE
Promptsdelete
— Delete prompt versions. If neither version nor label is specified, all versions of the prompt are deleted.
/v1/api/public/v2/prompts/{promptname}
MCP Tools
get-list-prompt-names-versions
Get a list of prompt names with versions and labels
read-only
idempotent
create-new-version-prompt-given
Create a new version for the prompt with the given `name`
get-prompt
Get a prompt
read-only
idempotent
delete-prompt-versions-if-neither
Delete prompt versions. If neither version nor label is specified, all versions of the prompt are deleted.
idempotent