Skip to main content
Glama
Log-LogN

langfuse-mcp-java

list_annotation_queues

list_annotation_queues
Destructive

Retrieve paginated annotation queues from Langfuse to manage human review workflows, displaying queue details like name, description, and configuration.

Instructions

Returns a paginated list of annotation queues in the Langfuse project. Each queue contains: id, name, description, scoreConfigId, projectId, createdAt, updatedAt. Annotation queues are used for human-in-the-loop review workflows. Pagination: page is 1-based (default 1), limit controls page size (default 20).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYesPage number, 1-based. Omit to use default (1).
limitYesResults per page. Omit to use default (20).
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description characterizes this as a read operation ('Returns'), which directly contradicts the annotations declaring `destructiveHint: true` and `readOnlyHint: false`. This inconsistency makes it impossible to trust the described safety profile.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The four sentences are well-structured and front-loaded: purpose (list), return structure (fields), business context (human-in-the-loop), and pagination mechanics. Each earns its place, though the field enumeration could be more concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema exists, the description adequately compensates by enumerating returned fields (id, name, description, etc.) and explaining the business purpose (human-in-the-loop workflows). It covers the essential behavioral contract for a paginated list operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 100% schema coverage, the description adds crucial semantic context: clarifying that pagination is '1-based' (not 0-based) and restating default values (page=1, limit=20) that might otherwise be buried in schema defaults.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool 'Returns a paginated list of annotation queues' with specific resource and scope (Langfuse project). It distinguishes from sibling `get_annotation_queue` (singular) by emphasizing pagination and listing multiple items, though it doesn't explicitly name the alternative.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides implied usage through pagination guidance ('page is 1-based', default values), but lacks explicit guidance on when to use this listing tool versus `get_annotation_queue` for single-record retrieval or filtering capabilities.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Log-LogN/langfuse-mcp-java'

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