Skip to main content
Glama

owp_render_surface_report

Generate a verified surface report from a package path, delivering proof-carrying evidence while excluding payment or acceptance data.

Instructions

Return the verified derived report, never payment or acceptance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It communicates that the result is a verified derived report and not payment/acceptance, which is useful, but it does not disclose side effects, failure semantics, authentication needs, or what 'verified' guarantees. The single sentence is too thin for a tool with no annotation support.

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 sentence with no filler or repetition. Every word contributes either to the core action or to a critical exclusion, making it maximally efficient.

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

Completeness2/5

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

Despite low complexity (one parameter, no nested objects) and an existing output schema, the description does not explain the meaning of package_path, the nature of the derived report, or the conditions under which this tool should be selected over its many siblings. The output schema only documents return shape, not operational context, so this remains incomplete.

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

Parameters1/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 mention package_path at all. The only parameter's meaning, format, or allowed values are completely undocumented in both the schema and the description, leaving the agent to guess what the path refers to.

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

Purpose3/5

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

The description names a specific verb and resource ('Return the verified derived report'), so an agent has a basic idea of what the tool produces. However, 'derived report' is undefined and the caveat 'never payment or acceptance' is an exclusion rather than a positive definition, leaving ambiguity about the exact artifact.

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?

The phrase 'never payment or acceptance' provides a negative boundary and hints at when not to use this tool, but it does not state when to use it or name an alternative sibling. There is no positive usage context or conditional routing guidance.

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/dengyier/OpenWorkProof'

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