Skip to main content
Glama
openl-tablets

OpenL MCP Server

Official

Expand Lazy Value

openl_get_trace_value
Read-onlyIdempotent

Retrieve the complete value of a lazy trace parameter by ID while the debug session is active; include the JSON schema only when the type structure is required.

Instructions

Fetch the full value of a parameter that openl_inspect_trace_frame returned lazily (lazy: true with a parameterId). Valid while the debug session is alive. By default only name, description, and value are returned; withSchema: true adds the value's JSON Schema (large — request it only when the type structure itself matters).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesProject ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting.
withSchemaNoAlso return the value's JSON Schema (default false — the schema is large and rarely needed; the value itself already shows the structure).
parameterIdYesParameter ID from a lazy ParameterValue (lazy: true) returned by openl_inspect_trace_frame.
response_formatNoResponse format: 'json' for structured, round-trippable data (default), 'markdown' for human-readable output, 'markdown_concise' for a brief summary (1-2 paragraphs), or 'markdown_detailed' for full details with contextjson
Behavior4/5

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

Annotations already declare readOnly, openWorld, and idempotent behavior, so the description does not need to restate those. It adds valuable behavioral context beyond annotations: the operation is only valid while the debug session lives, and the default response contains only name/description/value while withSchema adds a potentially large JSON Schema. This gives the agent clear expectations about side effects and response scope.

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?

Three tightly written sentences. The core purpose is front-loaded, the session-validity caveat is immediately relevant, and the withSchema warning earns its place without padding. No redundant restatement of already-schema-covered parameter details.

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?

For a read-only, idempotent fetch tool with no output schema, the description adequately explains what is returned by default, what the optional schema adds, and the liveness constraint tied to the debug session. It could go further by mentioning that a stale parameterId might fail or become invalid after the session ends, but overall it gives enough context for an agent to call it correctly.

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?

Schema description coverage is 100%, so the baseline is 3, and the description adds meaning on top of that by explaining where parameterId comes from (a lazy ParameterValue from openl_inspect_trace_frame) and clarifying why withSchema should be used sparingly. This bridges the schema to the tool's workflow context, which is genuinely useful.

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 states a specific verb ('Fetch'), a specific resource ('full value of a parameter returned lazily'), and the exact condition that triggers its use (lazy: true with a parameterId). The title 'Expand Lazy Value' is reinforced and the tool is clearly distinguished from openl_inspect_trace_frame, which produces the lazy reference.

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?

Usage context is explicit: use this tool when openl_inspect_trace_frame returned a parameter with lazy: true, and only while the debug session remains alive. It also gives guidance on when to avoid withSchema due to its size. Slightly less than a 5 because it does not explicitly name alternative tools or say when not to use the tool, but the guidance is strong enough for correct selection.

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