Skip to main content
Glama
avivsinai

langfuse-mcp

list_prompts

Retrieve and filter prompts from a Langfuse project to manage versions, labels, tags, and metadata with pagination support.

Instructions

List and filter prompts in the project.

Returns metadata about prompts including versions, labels, tags, and last updated time.

Args:
    ctx: Context object containing lifespan context with Langfuse client
    name: Optional filter by exact prompt name
    label: Optional filter by label on any version
    tag: Optional filter by tag
    page: Page number for pagination (starts at 1)
    limit: Maximum items per page (max 100)

Returns:
    A dictionary containing:
    - data: List of prompt metadata objects
    - metadata: Pagination info (page, limit, total)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter by exact prompt name
labelNoFilter by label (e.g., 'production', 'staging')
tagNoFilter by tag
pageNoPage number for pagination (starts at 1)
limitNoItems per page (max 100)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/avivsinai/landfuse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server