Skip to main content
Glama

Server Details

UAB Research Computing Docs

Ownership verified
Status
Healthy
Uptime
81.7% over 38 days
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation4/5

Each tool has a distinct role: searching, listing sections, retrieving a specific page, getting support info, and a targeted quick start. The only minor overlap is that get_cheaha_quick_start could be seen as a special case of get_documentation_page, but the dedicated purpose makes it unambiguous.

Naming Consistency5/5

All tools use a consistent verb_noun pattern in snake_case: get_, list_, search_. The naming convention is uniform and predictable across the entire set.

Tool Count5/5

Five tools is a well-scoped set for a documentation and support server. Each tool covers a distinct user need without redundancy or bloat.

Completeness5/5

The surface covers the full documentation workflow: discover sections, search content, retrieve pages, access a quick start, and reach support. There are no obvious missing operations for this domain.

Available Tools

5 tools
get_cheaha_quick_startBInspect

Quick start for the Cheaha HPC cluster.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3.1/5.0
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 disclosing behavior. It only says 'Quick start for the Cheaha HPC cluster' without specifying what the tool returns (e.g., text, steps, links), whether it is read-only, or any side effects. This is minimal disclosure for a tool with zero annotation support.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, clear sentence that front-loads the key information. It is appropriately concise for a tool with no parameters and a straightforward purpose. It does not waste words, though it could potentially be more informative without hurting conciseness.

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?

Given the tool's simplicity (no parameters, no output schema, no annotations), the description is minimally adequate. It tells the agent this is a quick-start guide for Cheaha HPC, which is likely sufficient for a basic call. However, it does not specify the format of the returned content or any prerequisites, leaving some ambiguity about what to expect.

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

Parameters4/5

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

The tool has zero parameters, so the input schema is trivially complete. The baseline for no parameters is 4, and the description adds no parameter semantics because none are needed. There is nothing to compensate for.

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 clearly states the tool provides a 'quick start' for the 'Cheaha HPC cluster'. This is a specific verb+resource combination that distinguishes it from sibling tools like get_documentation_page or search_documentation, which are more generic. However, it doesn't explicitly contrast itself with siblings, so it loses a point.

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?

There is no guidance on when to use this tool versus alternatives. It merely describes what it is, with no mention of prerequisites, use cases, or scenarios where another sibling might be more appropriate. The agent is left to infer usage 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.

get_documentation_pageBInspect

Retrieve the full content of a specific documentation page.

ParametersJSON Schema
NameRequiredDescriptionDefault
page_pathYesPath to a docs page: repo path (docs/.../page.md), short path, or a GitHub URL.

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description should disclose behavioral traits. 'Retrieve' implies a non-mutating lookup, and 'full content' hints at the outcome, but it does not describe error behaviors, return format, or access restrictions. This is the minimum viable transparency.

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?

A single sentence with zero waste; the verb and object are front-loaded. It is an ideal concise description for the given function.

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?

For a simple one-parameter retrieval tool with no output schema, the description is generally adequate, but it misses reinforcement of usage context and return expectations, leaving some ambiguity for an agent deciding whether this fulfills a request.

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 input schema already describes page_path thoroughly (repo path, short path, or GitHub URL), and the tool description adds no extra semantic beyond the page reference. At 100% schema coverage, the baseline of 3 is appropriate.

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 names a clear action ('Retrieve') and a clear resource ('full content of a specific documentation page'). It is easy to distinguish it from search-like siblings, but it does not explicitly contrast with them, so it falls slightly short of full sibling differentiation.

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 pick this tool over list_documentation_sections, search_documentation, or get_cheaha_quick_start. The description only states the function, leaving the agent to infer that it is for known page paths.

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

get_support_infoBInspect

Get support info for UAB Research Computing.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3.3/5.0
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, yet it only states the tool 'gets support info' without describing what that info contains, its format, or whether any external resources are referenced. For a retrieval tool this is a thin but non-misleading statement — a read operation is implied but nothing beyond that.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence with no wasted words. For a parameterless retrieval tool this length is appropriate; the verb leads and the resource follows.

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?

Given zero parameters, no output schema, and a simple retrieval task, the description is mostly adequate. The main gap is that it never states what the returned support info actually contains (contact email, link, hours, etc.), which an agent might want to know before deciding to invoke it.

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

Parameters4/5

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

The tool has zero parameters, so there is nothing for the description to explain beyond what the empty input schema already makes obvious. Per the baseline for a 0-parameter tool, this is appropriately handled.

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 uses a specific verb ('Get') and names the resource ('support info for UAB Research Computing'), so an agent can tell what it retrieves. However, 'support info' is vague — it doesn't specify whether this is contact details, help desk channels, or documentation pointers — and it doesn't distinguish this from sibling documentation tools.

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?

Usage context is implied by the name and simple resource description, but there is no explicit guidance on when to call this versus the sibling tools (search_documentation, get_documentation_page, get_cheaha_quick_start). No alternatives or exclusions are named.

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

list_documentation_sectionsAInspect

List the main sections in UAB Research Computing documentation.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It clearly states that the tool lists main sections, implying a read-only operation with no side effects. While it does not specify output format or potential errors, the behavior is straightforward and sufficiently transparent for such a simple operation.

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, concise sentence that directly states the tool's function without any unnecessary words or repetition. It is perfectly sized for the simplicity of the operation.

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?

For a simple list operation, the description is complete. It specifies the resource and action. While it does not describe the output format, this is not a significant gap given the minimal complexity. The tool is fully understandable in context with its siblings.

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 tool has no parameters, so schema coverage is effectively 100%. The description adds no parameter details, but none are needed. Per the rubric, baseline 3 applies when schema coverage is high and no additional parameter semantics are required.

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 verb 'list' clearly indicates a retrieval operation, and the resource 'documentation sections' is specific. It clearly differentiates from sibling tools like get_documentation_page (which fetches a page) and search_documentation (which searches content), making the purpose unambiguous.

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 does not explicitly state when to use this tool versus the alternatives. The use case of listing sections before fetching a page is implied but not articulated, so guidance is limited to what can be inferred from the tool name and sibling context.

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

search_documentationAInspect

Search the UAB Research Computing documentation for relevant content.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesThe search term or phrase to look for in the UAB Research Computing documentation.
max_resultsNoMaximum number of search results to return (default: 5, max: 10).

TDQS

A3.8/5.0
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 for behavioral disclosure. It does not explicitly state that the operation is read-only, nor does it mention any potential side effects, rate limits, or output format expectations.

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, clear sentence that is front-loaded with the action and target. It is succinct and contains no filler or redundancy.

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?

The description provides enough context for a simple search tool, but it does not mention what the search results look like (e.g., snippets, links) or how they relate to the sibling tools. Given the lack of an output schema, a brief note on result format would enhance completeness.

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 schema covers 100% of the parameters with descriptions for 'query' and 'max_results', so the baseline is 3. The description itself does not add any extra semantic detail beyond what is already in the schema.

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 action 'Search' and the target 'UAB Research Computing documentation', making the tool's purpose unambiguous and distinguishing it from siblings like get_documentation_page or list_documentation_sections.

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 implies usage for finding relevant content but does not explicitly state when to prefer this over browsing or listing sections. It gives no conditions or examples of when to use the tool versus its siblings.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 5 tool updates
    • Changedget_cheaha_quick_start1 field changed
      • changedInput schema / $schema
        Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • Changedget_documentation_page2 fields changed
      • changedInput schema / $schema
        Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
      • removedInput schema / additionalProperties
        Removed value: -false
    • Changedget_support_info1 field changed
      • changedInput schema / $schema
        Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • Changedlist_documentation_sections1 field changed
      • changedInput schema / $schema
        Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • Changedsearch_documentation2 fields changed
      • changedInput schema / $schema
        Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
      • removedInput schema / additionalProperties
        Removed value: -false
  2. 5 tool updates
    • First observedget_cheaha_quick_start
    • First observedget_documentation_page
    • First observedget_support_info
    • First observedlist_documentation_sections
    • First observedsearch_documentation

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.
    16
    7 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources