Skip to main content
Glama
glebo309
by glebo309

chemdraw_inspect_lab_style

Read-only

Validate a portable ChemDraw style package by reading its exact supported settings, version, and content hash without opening the app or using network access.

Instructions

Read and validate a portable style package, exact supported settings, version and content hash. No native application or network access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.9.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false; the description reinforces this with 'Read and validate' and adds environmental constraints ('No native application or network access') and expected output contents. This goes beyond the structured annotations without contradicting them.

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?

Two short sentences with no wasted words; the main purpose and key constraints are front-loaded. Every phrase adds information about what the tool does or does not do.

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 one-parameter, read-only inspection tool, the description covers the action, the resource, the returned values, and network/native-access limitations. It does not specify return formatting or error behavior, but the absence of an output schema makes this a minor gap given the tool's simplicity.

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?

The schema has a single 'path' parameter with zero description coverage, and the description does not explain the expected path format or whether it points to a file or directory. The resource type weakly implies that path locates the package, but the description does not compensate for the missing parameter documentation.

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 names a specific action ('Read and validate') and a clear resource ('portable style package'), and it lists the expected outputs (supported settings, version, content hash). This distinguishes it from sibling inspect tools by resource type (lab style vs document/symbols/annotations).

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 the tool is for inspecting a style package, but it does not explicitly say when to prefer it over sibling tools such as chemdraw_list_styles or chemdraw_inspect_document. There are no exclusions or prerequisites stated, leaving usage guidance implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.