Skip to main content
Glama

ms_gui_find_cif_import_current

Search open crystallographic databases, download a verified CIF, and import it as the current structure in the GUI. Use this before manually building a crystal or molecule.

Instructions

Search open crystallographic databases for a reliable CIF, download it once, import it into the current GUI project, and make it current. Use this before manually building a new crystal or molecular crystal. It only uses open sources; if the requested structure appears to require credentialed databases such as ICSD/CSD/Materials Project API, return candidates/reason so the user can provide access instead of bypassing login walls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesMaterial, mineral, compound, molecule, or structure name to search for.
formulaNoOptional chemical formula used to raise confidence and reject unrelated search hits.
fileNameNoOptional local CIF base name without path.
maxResultsNo
importToGuiNo
ballAndStickNo
documentNameNoOptional Materials Studio document name. Defaults to the CIF file name with .xsd.
minConfidenceNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0-hardened.1

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden, and it discloses meaningful behavior: it only uses open sources, downloads only once, imports into the current project, sets it current, and avoids credential bypassing. It does not fully detail error behavior or all side effects of importing, but it covers the key operational constraints.

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 three sentences long, front-loads the core workflow, and every sentence contributes either an action, usage context, or an important constraint. There is no redundant or filler content.

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

Completeness3/5

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

The description is strong for the main workflow and the open-source/credentialed-database constraint, but with 8 parameters, no output schema, and no annotations, it leaves gaps around parameter semantics, return behavior, and how to route between sibling tools. It is adequate but not fully complete for an autonomous agent.

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?

Schema description coverage is only 50%, and the tool description adds no parameter-level meaning beyond the schema. It does not explain how query, formula, fileName, maxResults, importToGui, ballAndStick, documentName, or minConfidence should be used. The description therefore fails to 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 clearly specifies a multi-step workflow: search open crystallographic databases, download a reliable CIF, import it into the current GUI project, and make it current. This distinguishes it from related siblings like ms_gui_import_current or ms_gui_download_cif_import_current by combining search with import and by narrowing to open sources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance: 'Use this before manually building a new crystal or molecular crystal.' It also explains what to do when credentialed databases are required, telling the agent to return candidates/reason rather than bypass access. It does not name sibling alternatives explicitly, so it stops short of a 5.

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