Skip to main content
Glama

Inspect Chemscript Sdk

inspect_chemscript_sdk

List and filter all public ChemScript types and members. Export complete SDK catalog as JSON for integration or inspection.

Instructions

Catalog every public ChemScript type/member, with filtering or a complete JSON export.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
offsetNo
type_nameNo
output_pathNo
include_infrastructureNo
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It implies a read-only cataloging operation but does not explicitly state side effects, performance implications, whether the output is a snapshot, or any access requirements. It also doesn't mention what the JSON export includes or if it is comprehensive.

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 with the main purpose front-loaded. It is not verbose, but it is too brief to cover the tool's complexity. The brevity might be seen as concise, but it sacrifices necessary detail, so it's acceptable but not exemplary.

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 tool with 6 parameters, no annotations, no output schema, and zero schema description coverage, this one-liner is grossly inadequate. It fails to explain the output format, parameter semantics, filtering behavior, or any edge cases, making it nearly impossible for an agent to correctly invoke the tool without additional context.

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 0%, so parameters like limit, query, offset, type_name, output_path, and include_infrastructure are entirely undocumented. The description's mention of 'filtering' hints at how some parameters work but does not explain the meaning, types, or interactions of any specific parameter, leaving the agent to guess.

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 verb ('Catalog') and resource ('public ChemScript type/member'), and mentions filtering and JSON export, which distinguishes it from execution tools like execute_chemscript_sdk. However, it doesn't explicitly contrast with get_toolkit_capabilities or other inspection tools, so it's clear but not fully differentiated.

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 is given on when to use this tool versus alternatives such as get_toolkit_capabilities or execute_chemscript_sdk. There is no mention of prerequisites, typical use cases, or when not to use it, leaving the agent to infer context from the name and description alone.

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