Skip to main content
Glama
link0-o

PerfLens MCP Server

by link0-o

read_artifact_page

Read-onlyIdempotent

Read up to 64 KiB from a stored JSON artifact using artifact ID, type, offset, and limit to retrieve paginated data for performance analysis.

Instructions

Read at most 64 KiB from a stored JSON artifact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
artifact_idYes
artifact_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
artifact_idYes
next_offsetNo
total_bytesYes
artifact_typeYes
schema_versionNo1.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds the valuable behavioral constraint of the 64 KiB read limit and specifies the artifact format as JSON. It does not contradict annotations.

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 a single, front-loaded sentence that directly states the action and key limit with no wasted words.

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?

The tool has an output schema and annotations, which cover return format and safety, but the description still omits essential context about pagination semantics (e.g., whether offset is byte-based) and what artifact types are valid. It is minimally complete for a simple read tool but has clear gaps.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain the meaning of artifact_id, artifact_type, limit, or offset. While parameter names are somewhat self-explanatory, the description fails to compensate for the complete lack of schema documentation, leaving semantics of offset and limit ambiguous.

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 reads a stored JSON artifact with a specific page size limit (64 KiB), using a specific verb and resource. This distinguishes it from sibling tools that analyze or classify hotspots.

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 implies usage for reading artifact data, but it does not explicitly state when to use it versus alternatives, nor does it mention pagination or context for large artifacts. No exclusions or alternative tools are referenced.

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/link0-o/PerfLens'

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