Skip to main content
Glama
Log-LogN

langfuse-mcp-java

create_annotation_queue_item

create_annotation_queue_item
Destructive

Add items to annotation queues for human review of sessions, traces, or observations. Specify queue ID, object ID, and object type to organize review tasks.

Instructions

Adds an item to an annotation queue for human review. queueId and objectId are required. objectType can be SESSION, TRACE, or OBSERVATION. status is optional PENDING | COMPLETED.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queueIdYesThe annotation queue ID to add the item to. Required.
objectIdYesObject ID (session, trace, or observation id). Required.
objectTypeYesObject type: SESSION | TRACE | OBSERVATION. Required.
statusYesStatus value. Optional. PENDING | COMPLETED
Behavior3/5

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

Annotations declare destructiveHint:true and idempotentHint:false. The description adds domain context ('human review') but does not explain these behavioral traits or what happens on duplicate calls.

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?

Four short sentences with logical structure: purpose first, then parameter constraints. Efficient though slightly repetitive with schema content.

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

Completeness3/5

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

Adequate for a 4-parameter creation tool with annotations present. Omits return value description (no output schema exists) and error conditions, but covers essential inputs.

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

Parameters3/5

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

With 100% schema description coverage, the baseline is 3. The description repeats enum values (SESSION/TRACE/OBSERVATION, PENDING/COMPLETED) already present in schema descriptions without adding semantic value or parameter relationships.

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

Purpose5/5

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

The description clearly states the tool 'Adds an item to an annotation queue' with the specific context 'for human review', distinguishing it from sibling create_annotation_queue which creates the queue structure itself.

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

Usage Guidelines2/5

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

While it mentions the domain context ('for human review'), there is no guidance on when to use this versus alternatives like update_annotation_queue_item, or workflow prerequisites.

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