Skip to main content
Glama
DocMinus
by DocMinus

analyze_chemical_image

Predicts SMILES strings from base64-encoded chemical structure images, supporting hand-drawn and classification modes.

Instructions

Analyze a base64 image and return a predicted SMILES string when available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
encoded_imageYes
is_hand_drawnNo
classify_imageNo
Behavior2/5

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

Without annotations, the description must disclose behavioral traits. It only says 'return a predicted SMILES string when available', leaving unclear what happens if analysis fails, if image is invalid, or if result is unavailable. No mention of authentication, rate limits, or side effects.

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

Conciseness3/5

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

The description is a single concise sentence, front-loading the core purpose. However, it is too short to cover necessary details, making it more under-specified than truly concise.

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?

Given the tool has 3 parameters, no output schema, and no annotations, the description is incomplete. It lacks details on return values, parameter behavior, error handling, and output format. The lone sibling tool does not aid context.

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%, so the description should compensate. It does not explain any of the three parameters (encoded_image, is_hand_drawn, classify_image) beyond their names. The agent gets no additional meaning about role or usage.

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

Purpose4/5

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

The description clearly states the tool analyzes a base64 image and returns a predicted SMILES string. The verb 'analyze' and resource 'base64 image' are specific, and the output type is named. However, 'when available' is ambiguous, slightly reducing clarity.

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?

No guidance on when to use this tool vs. alternatives is provided. There is only one sibling tool (server_health), but the description does not help the agent decide between them or mention any prerequisites or context.

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/DocMinus/DecimerMCPServer'

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