Skip to main content
Glama

Batch Compare Molecules

batch_compare_molecules

Compare up to 256 molecule pairs in one ChemScript session using Morgan fingerprints with configurable radius and bit count.

Instructions

Compare up to 256 molecule pairs with one ChemScript bridge session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairsYes
n_bitsNo
radiusNo
fingerprintNomorgan
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions 'one ChemScript bridge session' implying an efficiency aspect, but does not disclose side effects, prerequisites, error behavior, rate limits, or whether the operation is read-only. The agent is left without critical context for a tool that likely interacts with an external SDK.

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 with no filler words. It delivers the core purpose and a key constraint (the 256-pair limit and single session) efficiently, earning full marks for conciseness and structure.

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

Completeness1/5

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

For a batch tool with four parameters, no output schema, and no annotations, this one-liner is grossly incomplete. It omits parameter semantics, output format, error handling, and any prerequisites. An agent cannot correctly call this tool without additional documentation.

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 explain any of the four parameters except implicitly referring to 'molecule pairs' (for the 'pairs' parameter). It gives no information about n_bits, radius, or fingerprint, which are essential for controlling the comparison. The description fails to compensate for the lack of schema documentation.

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 states a clear action ('Compare') with a specific resource ('molecule pairs') and a batch scope ('up to 256'), which distinguishes it from the sibling 'compare_molecules' (singular). However, it does not specify the type of comparison (e.g., structural similarity, identity), leaving the exact nature of the operation slightly ambiguous.

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?

Usage context is implied by the name and the phrase 'batch' and 'up to 256 molecule pairs', suggesting it is for multiple comparisons. However, there is no explicit statement about when to use this versus the singular 'compare_molecules' tool, and no exclusions or alternative guidance are provided.

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/ZiChenWang114514/cdxml-toolkit-community'

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