Skip to main content
Glama

shape_screen

Rank 3D structures in a screen file by shape similarity to a query molecule, outputting ranked hits with Shape_Sim scores.

Instructions

Shape-based similarity screen: rank the 3D structures in screen_path by shape similarity to the query_path molecule. Both must be 3D structure files (prep ligands first). Long-running — returns a job_id; ranked hits with Shape_Sim scores are written to _align.maegz.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
query_pathYes
screen_pathYes
jobnameNoshape
njobsNo
Behavior3/5

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

The description discloses key behaviors: it ranks structures, writes results to a .maegz file with Shape_Sim scores, is asynchronous (returns job_id), and requires prepped 3D inputs. With no annotations, it covers the major behavioral traits but omits details like whether input files are modified or any permission requirements.

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 two sentences with no extraneous information. The first sentence clearly states the action and result, and the second adds critical context (file requirements, asynchrony, output format). Every sentence serves a purpose.

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?

Given no output schema and 4 parameters, the description provides sufficient context for an agent to use the tool. It covers input format, process, output location, and side effects (long-running). The only gap is the undocumented njobs parameter, but overall the description is complete enough for effective use.

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

Parameters3/5

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

The description explains query_path and screen_path as 3D structure files and links jobname to output naming, adding meaning beyond the schema. However, njobs (a parameter) is not described, and schema coverage is 0%, so the description does not fully compensate for the missing schema 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 clearly states the tool performs shape-based similarity screening, ranking structures by shape similarity to a query. This specific verb+resource combination distinguishes it from siblings like glide_dock (docking) or compute_descriptors (descriptors), leaving no ambiguity about its function.

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 provides some usage context, noting that both inputs must be 3D structure files and that ligands should be prepared first. It also mentions the tool is long-running and returns a job_id. However, it does not explicitly contrast with alternatives (e.g., when to use shape_screen vs. sitemap or confgen), leaving the agent to infer use cases.

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/Nimieeee/schrodinger-mcp'

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