Skip to main content
Glama

check_ich_compliance

Check a study or document description against ICH guidelines and receive a compliance assessment by specifying the guideline code.

Instructions

Check a description of a study or document against ICH guideline requirements and return a compliance assessment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionYesDescription of the study or document to assess
guideline_codeYesICH guideline to check against, e.g. 'E6(R3)', 'Q1A(R2)'
Behavior2/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It mentions the tool returns a compliance assessment but does not specify whether it is read-only, what side effects exist, or any rate limits. For a check tool, essential details are missing.

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, well-structured sentence that immediately states the verb and resource. It is front-loaded and contains no extraneous information, making it highly concise.

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 covers the core function but lacks details on the output format of the compliance assessment (since no output schema is provided). It also does not mention prerequisites or dependencies. For a simple tool, it is adequate but not complete.

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?

Schema coverage is 100%, so parameters are fully described in the schema. The description adds no new semantic detail beyond the schema; it simply restates the overall purpose. Baseline 3 is appropriate.

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 checks a study/document description against ICH guidelines and returns a compliance assessment. It distinguishes from siblings like lookup_ich_guideline (simply looks up a guideline) and check_ctd_completeness (checks CTD completeness, not compliance).

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 provided on when to use this tool versus alternatives (e.g., when to use check_ctd_completeness instead). The description only states what it does without recommending or excluding scenarios.

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/pubspro/regsub-mcp'

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