Skip to main content
Glama
openl-tablets

OpenL MCP Server

Official

openl Get Trace Parameter

openl_get_trace_parameter
Read-onlyIdempotent

Retrieve lazy-loaded parameter values by providing the project ID and parameter ID from a TraceParameterValue object with lazy:true.

Instructions

Get lazy-loaded parameter value. Use when a TraceParameterValue has lazy:true and parameterId set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesProject ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting.
parameterIdYesParameter ID from TraceParameterValue (lazy-loaded params).
response_formatNoResponse format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with contextmarkdown
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, so the description only need to add context beyond these. It adds the lazy-loaded condition, but does not disclose behavior like what happens if the parameter is not found or authorization requirements. With annotations covering safety, the description adds moderate value.

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

Conciseness5/5

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

The description is extremely concise: two sentences that immediately state the action and the condition for use. Every word is necessary, with no redundancy. It is well front-loaded.

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 the simple nature of the tool, good annotations, and complete schema coverage, the description is adequate. It tells what the tool does and when to use it. It could be improved by mentioning the type of return value or error behavior, but overall it is sufficiently complete for an AI agent.

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?

The input schema has 100% description coverage, with all three parameters (projectId, parameterId, response_format) well described. The description does not add any additional parameter-specific meaning beyond what the schema provides, so it meets the baseline of 3.

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 purpose: 'Get lazy-loaded parameter value.' It specifies the verb 'Get' and the resource 'lazy-loaded parameter value,' which distinguishes it from other get tools. The additional context about when to use it (when TraceParameterValue has lazy:true) further clarifies its specific role among sibling tools.

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

Usage Guidelines4/5

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

The description explicitly states when to use this tool: 'Use when a TraceParameterValue has lazy:true and parameterId set.' This provides clear context for invocation. However, it does not mention when not to use it or suggest alternative tools for non-lazy parameters, which would have earned a higher score.

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/openl-tablets/openl-mcp'

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