cdisc-mcp
Server Quality Checklist
Latest release: v0.1.0
- Disambiguation5/5
Each tool has a clearly distinct purpose targeting specific CDISC standards (ADaM, CDASH, SDTM, Controlled Terminology) with no overlap. The tools are organized by standard type and operation level (list domains vs. get specific variables), making them easily distinguishable.
Naming Consistency5/5All tools follow a consistent verb_noun pattern with clear prefixes indicating the standard (get_adam_, get_cdash_, get_sdtm_, get_codelist_, list_, search_). The naming is highly predictable and follows the same snake_case convention throughout.
Tool Count5/512 tools is well-scoped for a CDISC standards lookup server, covering multiple standards (ADaM, CDASH, SDTM, CT) with appropriate granularity. Each tool serves a specific purpose without redundancy, and the count supports comprehensive querying without being overwhelming.
Completeness4/5The toolset provides excellent coverage for querying CDISC standards metadata, with list operations for discovery and get operations for detailed information. Minor gaps exist (e.g., no update/create/delete tools, but that's appropriate for a read-only reference server), and the search tool helps bridge any remaining gaps.
Average 3.5/5 across 12 of 12 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 0 commits in the last 12 weeks
- No stable releases found
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI is passing
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool retrieves a definition, implying a read-only operation, but does not address potential errors (e.g., invalid inputs), rate limits, authentication needs, or the format of the returned definition. This leaves significant gaps for an AI agent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded, with the purpose stated clearly in the first sentence. The parameter explanations are concise and use examples efficiently. However, the structure could be slightly improved by integrating usage context or behavioral details more seamlessly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity (3 required parameters) and the presence of an output schema, the description is reasonably complete. It explains the parameters well and relies on the output schema for return values. However, it lacks behavioral context (e.g., error handling) and usage guidelines, which are minor gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds substantial meaning beyond the input schema, which has 0% description coverage. It explains each parameter with examples (e.g., 'version: ADaM version, e.g. "1.3"'), clarifying their roles and expected formats. This compensates well for the schema's lack of documentation, though it could benefit from more detail on constraints or valid values.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Get the definition of a specific ADaM variable.' It specifies the verb ('Get') and resource ('ADaM variable'), making the function unambiguous. However, it does not explicitly differentiate this tool from its siblings (e.g., 'get_sdtm_variable'), which would require a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It lacks context about prerequisites, such as needing to know the ADaM version and data structure beforehand, and does not mention sibling tools like 'get_adam_datastructures' or 'get_sdtm_variable' for related tasks.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool 'Get[s] all data collection fields,' implying a read-only operation, but does not cover aspects like error handling, rate limits, authentication needs, or response format. For a tool with no annotations, this is a significant gap in transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded, with the purpose stated clearly in the first sentence. The parameter explanations are brief but informative, avoiding unnecessary details. However, the structure could be slightly improved by integrating the parameter info more seamlessly, rather than as a separate 'Args:' section.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (2 required parameters) and the presence of an output schema (which handles return values), the description is reasonably complete. It covers the purpose and parameter semantics adequately. However, it lacks behavioral details (e.g., error cases) and usage guidelines, which are minor gaps in an otherwise sufficient context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds meaningful semantics beyond the input schema, which has 0% description coverage. It explains that 'version' is a 'CDASH version, e.g. "2.0"' and 'domain' is a 'Domain code, e.g. "DM", "AE", "VS"', providing concrete examples and context. This compensates well for the schema's lack of descriptions, though it could be more detailed (e.g., explaining valid ranges).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Get all data collection fields for a CDASH domain.' It specifies the verb ('Get') and resource ('data collection fields for a CDASH domain'), making it easy to understand. However, it does not explicitly differentiate from siblings like 'get_cdash_domains' (which likely lists domains) or 'get_sdtm_domain_variables' (which is for SDTM, not CDASH), so it falls short of a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It does not mention siblings such as 'get_cdash_domains' (for listing domains) or 'get_sdtm_domain_variables' (for SDTM data), leaving the agent to infer usage based on context alone. This lack of explicit direction reduces its effectiveness in tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool retrieves data ('Get all variables'), implying a read-only operation, but does not mention potential side effects, authentication needs, rate limits, or error handling. For a tool with no annotations, this leaves significant gaps in understanding its behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is highly concise and well-structured, with a clear main sentence followed by bullet-pointed parameter explanations. Every sentence adds value without redundancy, making it easy to scan and understand quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (2 required parameters) and the presence of an output schema (which handles return values), the description is reasonably complete. It covers the purpose and parameter basics, but could improve by addressing behavioral aspects and sibling differentiation, which holds it back from a perfect score.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds basic semantics for both parameters by providing examples (e.g., 'SDTM-IG version, e.g. "3.4"' and 'Two-letter domain code, e.g. "DM", "AE", "LB"'), which clarifies their expected formats. However, with 0% schema description coverage, it does not fully compensate by explaining constraints like valid version ranges or domain codes, keeping it at the baseline for partial enhancement.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with a specific verb ('Get') and resource ('all variables defined in an SDTM domain'), making it easy to understand what the tool does. However, it does not explicitly differentiate from sibling tools like 'get_sdtm_variable' or 'get_sdtm_domains', which prevents a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives, such as how it differs from 'get_sdtm_variable' (which might fetch a single variable) or 'get_sdtm_domains' (which lists domains). Without any context on prerequisites, exclusions, or comparisons to siblings, usage is implied but not clarified.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool searches by keyword but doesn't describe how results are returned (e.g., format, pagination), what happens on no matches, or any limitations (e.g., rate limits, authentication needs). For a search tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded: the first sentence states the core purpose, followed by a concise 'Args' section with a clear example. Every sentence earns its place by providing essential information without redundancy or fluff, making it easy to scan and understand.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (one parameter) and the presence of an output schema (which handles return values), the description is moderately complete. It covers the basic purpose and parameter semantics but lacks behavioral details and usage guidelines. For a simple search tool, this is adequate but leaves room for improvement in guiding the agent effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds meaningful context beyond the input schema, which has 0% description coverage. It explains the 'query' parameter as a 'Search keyword' and provides examples ('adverse event', 'AEDECOD', 'demographics'), clarifying its purpose and usage. With only one parameter and no schema descriptions, this compensates well, though it doesn't detail constraints like length or special characters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Search across all CDISC standards by keyword.' This specifies the verb (search), resource (CDISC standards), and scope (all standards). It distinguishes from siblings like get_codelist or get_sdtm_domains by emphasizing cross-standard search rather than retrieving specific structured data. However, it doesn't explicitly contrast with potential similar search tools (none listed), keeping it from a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It doesn't mention when to prefer this over sibling tools like get_codelist (for code lists) or get_sdtm_domains (for specific domain data), nor does it specify prerequisites or exclusions. Usage is implied by the search functionality, but explicit context is lacking.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It states the tool lists data structures but doesn't disclose behavioral traits like whether it's read-only, requires authentication, has rate limits, or what the output format entails. This is a significant gap for a tool with no annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose in the first sentence, followed by a concise parameter explanation. Every sentence adds value without redundancy, making it efficiently structured and appropriately sized.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has an output schema, the description doesn't need to explain return values. It covers the purpose and parameter semantics adequately, but lacks behavioral details and usage guidelines, which are notable gaps despite the schema support.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds meaningful context for the single parameter 'version' by providing examples ('e.g. "1.3", "2.1"'), which compensates for the 0% schema description coverage. This clarifies the expected format beyond the basic type in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'List' and the resource 'all ADaM data structures', making the purpose specific and understandable. However, it doesn't explicitly differentiate from sibling tools like 'get_adam_variable' or 'get_sdtm_domains', which might handle related but different resources.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It mentions a version parameter but doesn't specify prerequisites, exclusions, or compare it to sibling tools such as 'get_adam_variable' or 'search_cdisc', leaving usage context unclear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool lists domains, implying a read-only operation, but does not cover critical aspects such as authentication requirements, rate limits, error handling, or pagination. For a tool with no annotations, this leaves significant gaps in understanding its behavior and 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/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and well-structured, with a clear purpose statement followed by parameter details in a separate 'Args' section. Every sentence earns its place by providing essential information without redundancy. It is appropriately sized for the tool's complexity and front-loaded with the main functionality.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has an output schema (which handles return values), one parameter with low schema coverage, and no annotations, the description is reasonably complete. It explains the purpose and parameter semantics effectively. However, it lacks usage guidelines and behavioral details, which are minor gaps given the output schema reduces the need for return value explanation. Overall, it provides a solid foundation but could be more comprehensive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 0%, so the description must compensate. It adds meaningful context by explaining the 'version' parameter as 'CDASH version, e.g. "2.0", "1.1"', which clarifies the expected format and provides examples. This goes beyond the bare schema, effectively documenting the single required parameter. Since there is only one parameter, the description adequately covers its semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'List all CDASH domains for a given version.' It specifies the verb ('List'), resource ('CDASH domains'), and scope ('for a given version'), which is clear and specific. However, it does not explicitly differentiate from sibling tools like 'get_cdash_domain_fields' or 'get_sdtm_domains', which might have overlapping or related functions, so it falls short of a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It does not mention sibling tools such as 'get_cdash_domain_fields' (which might list fields within domains) or 'get_sdtm_domains' (for a different standard), nor does it specify prerequisites or exclusions. The only implied context is the need for a version parameter, but this is insufficient for effective tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses key behavioral traits: it lists terms, has a max limit of 100 shown, and requires checking 'has_more' for pagination. However, it lacks details on permissions, rate limits, error handling, or what 'has_more' entails, leaving gaps in transparency for a read operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded, with the main purpose stated first followed by parameter details. Every sentence adds value, but the structure could be slightly improved by integrating the parameter explanations more seamlessly or adding bullet points for clarity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (a read operation with pagination), no annotations, and an output schema exists (which likely covers return values), the description is moderately complete. It covers the purpose, parameters, and key behavior (limit, has_more), but lacks context on errors, authentication, or how to interpret results beyond the output schema, leaving room for improvement.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 0%, so the description must compensate. It adds meaning by explaining that 'package_id' is a 'CT package identifier' and 'codelist_id' is a 'Codelist concept ID or submission value', clarifying the semantics beyond the bare schema. Since there are only 2 parameters and the description covers both adequately, it scores well but not perfectly due to lack of format or example details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'List' and the resource 'valid terms in a CT codelist', making the purpose specific and understandable. However, it does not explicitly differentiate from sibling tools like 'get_codelist' or 'search_cdisc', which might have overlapping functionality, so it lacks sibling differentiation for a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'get_codelist' or 'search_cdisc'. It mentions a limit of 100 terms and checking 'has_more', which implies usage for pagination, but does not specify contexts, prerequisites, or exclusions, leaving the agent without clear direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. While 'Get' implies a read-only operation, it doesn't specify whether this requires authentication, has rate limits, returns structured data, or handles errors. For a tool with no annotation coverage, this leaves significant behavioral aspects unclear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is efficiently structured with a clear purpose statement followed by a well-formatted parameter explanation. Every sentence earns its place by adding value, and it's front-loaded with the core functionality. No wasted words or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity (3 required parameters), 0% schema description coverage, and the presence of an output schema (which handles return values), the description does a good job of explaining the tool's purpose and parameters. However, it lacks behavioral context (e.g., error handling) and usage guidelines relative to siblings, leaving some gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds substantial meaning beyond the input schema, which has 0% description coverage. It explains what each parameter represents (e.g., 'SDTM-IG version', 'Domain code', 'Variable name') and provides concrete examples (e.g., '3.4', 'AE', 'AETERM'), effectively compensating for the schema's lack of documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with a specific verb ('Get') and resource ('full definition of a specific SDTM variable'), making it immediately understandable. However, it doesn't explicitly differentiate from sibling tools like 'get_sdtm_domain_variables' or 'get_adam_variable', which might provide related but different information.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'get_sdtm_domain_variables' (which might list variables for a domain) or 'get_adam_variable' (which handles a different standard). It only describes what the tool does, not when it's the appropriate choice among similar siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. It implies a read-only operation ('List') but doesn't specify details like pagination, rate limits, authentication needs, or error handling. The mention of 'release dates' adds some context about output content, but overall behavioral traits are minimally covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that directly states the tool's function and key output detail ('release dates'). It's front-loaded with the core purpose and contains no wasted words, making it optimally concise for a zero-parameter tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (zero parameters, output schema exists), the description is reasonably complete. It covers the purpose and hints at output content, though it could benefit from more behavioral context (e.g., data format or limitations). The existence of an output schema reduces the need for detailed return value explanation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and schema description coverage is 100%, so there's no need for parameter explanation in the description. The description appropriately focuses on the tool's purpose without redundant parameter details, earning a high baseline score for this dimension.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb ('List') and resource ('CDISC Controlled Terminology packages'), making the purpose specific and understandable. It adds useful detail about what's included ('release dates'), but doesn't explicitly differentiate from sibling tools like 'list_products' or 'search_cdisc', which prevents a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'search_cdisc' or 'list_products'. It doesn't mention prerequisites, exclusions, or specific contexts for usage, leaving the agent with minimal direction beyond the basic purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It describes a read operation ('List') but doesn't mention other traits like rate limits, error handling, or response format. While it hints at a dependency on 'list_products()', it lacks details on permissions or data sensitivity, leaving significant gaps for a tool with no annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is highly concise and well-structured: the first sentence states the purpose, and the 'Args' section efficiently explains the parameter with an example and prerequisite. Every sentence adds value without redundancy, making it easy for an agent to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (1 parameter) and the presence of an output schema (which handles return values), the description is mostly complete. It covers purpose, parameter semantics, and usage guidance. However, with no annotations, it could benefit from more behavioral context (e.g., read-only nature, potential errors), slightly reducing completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 0%, so the description must compensate. It adds meaningful semantics by explaining that 'version' is an 'SDTM-IG version' with examples ('3.4', '3.3'), which clarifies beyond the schema's generic string type. However, it doesn't detail all possible values or constraints, preventing a perfect score.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'List all SDTM domains for a given version.' It specifies the verb ('List'), resource ('SDTM domains'), and scope ('for a given version'), making the function unambiguous. However, it doesn't explicitly differentiate from sibling tools like 'get_sdtm_domain_variables' or 'get_cdash_domains', which prevents a score of 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear usage guidance by stating to 'Use list_products() first' to determine valid versions, which helps the agent understand prerequisites. It implies when to use this tool (for SDTM domains) but doesn't explicitly contrast with alternatives like 'get_cdash_domains' or specify when not to use it, so it falls 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.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool retrieves a definition (implying a read-only operation) but does not mention authentication needs, rate limits, error conditions, or the format of the returned definition. For a tool with no annotation coverage, this leaves significant gaps in understanding its behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose in the first sentence, followed by a structured 'Args:' section with clear parameter explanations and examples. Every sentence adds value without redundancy, making it efficient and easy to parse for an AI agent.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has an output schema (which handles return values), 2 parameters with good semantic clarification in the description, and no complex nested structures, the description is largely complete. However, the lack of behavioral details (e.g., error handling) and explicit usage guidelines relative to siblings slightly reduces completeness for optimal agent operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds meaningful context beyond the input schema, which has 0% description coverage. It explains that 'package_id' is a 'CT package identifier' and 'codelist_id' is a 'Codelist concept ID or submission value', providing examples like 'sdtmct-2024-03-29' and 'C66781', 'AGEU'. This clarifies the semantics and expected formats, compensating well for the schema's lack of descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Get' and the resource 'Controlled Terminology codelist definition', making the purpose specific and unambiguous. It distinguishes this tool from siblings like 'get_codelist_terms' (which retrieves terms within a codelist) and 'list_ct_packages' (which lists packages rather than retrieving a specific codelist).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by specifying what it retrieves (a codelist definition), but does not explicitly state when to use this tool versus alternatives like 'get_codelist_terms' or 'search_cdisc'. No guidance is provided on prerequisites or exclusions, leaving the agent to infer context from the tool name and parameter examples.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It implies a read-only operation by using 'List' and 'discover', which is consistent with typical listing behavior, but does not disclose details like pagination, rate limits, or authentication needs. The description adds some context about its role in a workflow but lacks comprehensive behavioral traits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with zero waste: the first states the purpose, and the second provides usage guidance. It is front-loaded with the core function and efficiently adds context without unnecessary details, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (0 parameters, output schema exists), the description is complete enough for its purpose. It explains what the tool does and when to use it, which is sufficient for a listing tool. However, without annotations, it could benefit from more behavioral details, but the output schema likely covers return values, reducing the need for further explanation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately does not discuss parameters, focusing instead on the tool's purpose and usage, which aligns with the baseline for zero parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb ('List') and resource ('CDISC standards and their published versions'), making the purpose specific and unambiguous. It distinguishes from siblings like 'list_ct_packages' or 'search_cdisc' by focusing on standards overview rather than specific content or search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines5/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly provides when to use this tool ('Use this first to discover available versions before querying specific content'), offering clear guidance on its role as a discovery step. This helps differentiate it from sibling tools that retrieve detailed content, such as 'get_sdtm_domains' or 'get_codelist'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Teninq/cdisc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server