Skip to main content
Glama

goldseam

Server Details

Sourced answers about 6,255 industry certifications: issuer, occupations, programs, provenance.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A3.6/5.0

Scored across 7 tools

Disambiguation4/5

Most tools have clearly distinct purposes, and the descriptions carefully separate occupation-keyed, program-keyed, and certification-keyed lookups. The only mild ambiguity is between certifications_for_occupation and related_certifications, since both surface certifications tied to an occupation, but their entry points and semantics are explained.

Naming Consistency4/5

The dominant pattern is noun_for_noun (certifications_for_occupation, certifications_for_program, occupations_for_certification), with get_, list_, and search_ used for generic access points. related_certifications is a slight deviation but still readable and predictable.

Tool Count5/5

Seven tools is well-scoped for a certification and occupation cross-reference server. Each tool covers a distinct lookup or navigation need without redundancy or unnecessary breadth.

Completeness4/5

The surface covers the core domain well: occupation-to-certification, certification-to-occupation, program-to-certification, certification details, issuers, and prose-name search. Minor gaps exist, such as no issuer-scoped certification listing or reverse program lookup, but they are not critical to the server's apparent purpose.

Available Tools

7 tools
certifications_for_occupationAInspect

What certifications serve this occupation? SOC-keyed lookup (dashed SOC accepted with or without the O*NET .00 suffix).

ParametersJSON Schema
NameRequiredDescriptionDefault
socYesSOC code, e.g. 13-2061 or 13-2061.00

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It discloses that input is a dashed SOC code with optional O*NET .00 suffix, which is useful input-format behavior. However, it does not describe the output shape, error handling, or whether unknown occupations return empty results, leaving some ambiguity.

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, front-loaded sentence that immediately communicates the tool's purpose and includes the key input constraint. No unnecessary words or repetition.

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 one-parameter lookup with no output schema, the description is largely complete: it states what the tool returns (certifications for an occupation), identifies the key, and specifies accepted input formats. It could slightly improve by clarifying the return structure, but the core context is sufficient.

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 the schema already documents the soc parameter with examples. The description reinforces the accepted formats but adds little meaning beyond what the schema states, so the baseline of 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 states the tool's purpose as a lookup of certifications for a given occupation, with a clear resource (certifications) and key (SOC). It differentiates from siblings like certifications_for_program and occupations_for_certification by specifying the SOC-keyed nature of the lookup.

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 clearly indicates this tool is for occupation-based certification lookups keyed by SOC code, and specifies accepted input formats. It does not explicitly mention when to use sibling tools, but the SOC-keyed framing and sibling names make the appropriate context reasonably clear.

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

certifications_for_programAInspect

Broad academic cross-reference by instructional program (CIP). A deliberately broader, lower-precision question than an occupation lookup — never its peer (contract § 4).

ParametersJSON Schema
NameRequiredDescriptionDefault
cipYesDotted CIP code, e.g. 52.0201

TDQS

A3.6/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 behavioral disclosure burden. It adds a meaningful caveat that results are deliberately broader and lower-precision, and that the tool is not a peer to occupation lookup. It does not describe return shape, pagination, or side effects, but as a read-style lookup the precision caveat is a useful behavioral signal.

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?

Two sentences, front-loading the CIP basis before the occupation-lookup contrast. The 'contract § 4' reference is cryptic but does not add much bulk; overall the description is economical and scannable.

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 one-parameter, no-output-schema lookup, the description selects and routes the agent reasonably well. However, it omits the explicit return type and relies on a contract reference the agent may not have access to, leaving a modest completeness gap.

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 already documents `cip` with a format example and has 100% coverage, so the baseline is 3. The description only restates CIP as 'instructional program' and adds no additional format, syntax, or constraint details beyond the schema.

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?

Identifies the core operation as a cross-reference keyed to instructional program (CIP), which is a specific resource. It also distinguishes from occupation lookups, helping an agent separate it from `certifications_for_occupation`. However, it never explicitly states that it returns certifications for the program, relying partly on the tool name.

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?

States the intended case is broad academic/program-based reference and explicitly warns not to treat it as an occupation lookup. It does not name the sibling tool or list concrete when-not-to-use cases beyond the occupation contrast, but that contrast is the key routing decision for this tool.

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

get_certificationAInspect

Everything held about one certification: issuer and issuer domain, occupations served, exam and renewal requirements, education-or-experience routes, Credential Engine registry identity where held, and the basis and source URL for the claim.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe certification id (the table's unique key)

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does reveal useful context about the data provenance ('basis and source URL for the claim') and the conditional nature of registry identity ('where held'), but it does not describe error behavior, missing records, or the exact response shape.

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 one efficient sentence with a front-loaded subject and a compact list of covered fields. It avoids filler, though the long enumerative style is slightly dense and could be broken up for faster scanning.

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 get-by-id tool with no output schema, the description provides a solid account of what the returned record will contain, including issuer, occupations, requirements, routes, registry identity, and source attribution. It is adequate for an agent to predict the call's value, though minor behavioral details like not-found handling are absent.

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% and the sole parameter `id` is already described as the table's unique key. The description adds little beyond confirming that this id identifies a single certification, so the schema does the heavy lifting.

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 that the tool returns everything known about a single certification, enumerating the specific data domains covered. It is distinguishable from the list-oriented siblings by the 'one certification' framing, though it relies on an implied verb rather than an explicit one.

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 is implied rather than stated: the tool is for getting a single certification record by id, as opposed to searching or listing certifications. There is no explicit guidance about when to prefer this tool over search_certifications or related_certifications, so an agent must infer the appropriate selection.

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

list_issuersBInspect

The issuing organizations, optionally filtered by a name query.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoOptional issuer-name filter

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It states the result (issuing organizations) and optional filtering, which is adequate for a simple list operation, but it does not disclose output shape, pagination, ordering, or potential absence of matches.

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 short and free of filler, with the core result and filter mentioned early. It is slightly awkward as a noun phrase rather than a full sentence, but it is appropriately compact.

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 tool with one optional parameter and no output schema, the description is largely complete: it names the return concept and the filter. It could be stronger by explicitly stating it returns a list, but the tool name and context make that clear enough.

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 description coverage is 100% and the description's 'name query' matches the schema's 'Optional issuer-name filter'. The description adds no meaningful meaning beyond the schema, so the baseline of 3 applies.

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 identifies the resource as issuing organizations and states the optional name query filter. It is distinct from the sibling tools, which focus on certifications and occupations, though it lacks an explicit verb like 'list' or 'returns'.

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 about when to use this tool versus the sibling tools. The description only explains filtering behavior, not selection context or alternatives.

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

occupations_for_certificationCInspect

What occupations does this certification serve?

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe certification id

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, but it adds little beyond the tool name. It does not disclose whether it returns occupation IDs and/or names, whether results are paginated, or whether any authorization is required, though it does imply a read-only lookup.

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 concise sentence with no filler and is easy to scan. It loses a point for being a sentence-fragment question instead of an explicit action-oriented phrase, but the brevity is appropriate for a one-parameter tool.

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 lookup, the description plus schema is minimally sufficient to invoke the tool. However, because there is no output schema and no annotation coverage, some ambiguity remains about the exact return shape and how this differs from the inverse sibling.

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% and the sole id parameter already has a clear description ('The certification id'). The tool description adds no extra meaning about the parameter, so the schema baseline of 3 applies.

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 identifies the resource (a certification) and the focus (the occupations it serves), so an agent can infer it maps a certification to occupations. It is clear but phrased as a question rather than a directive, and it does not explicitly contrast with the inverse sibling certifications_for_occupation.

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 about when to select this tool over certifications_for_occupation or other siblings. The inverse direction is implied by the name, but the description does not state exclusions or alternatives.

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

search_certificationsAInspect

Which certification is this prose name? Returns candidates with ids, issuers, and source basis — candidates rather than a single guess when the name is ambiguous.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoOptional maximum number of candidates
queryYesProse name, exam code, or issuer string to resolve
issuerNoOptional issuer name to narrow candidates

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It transparently reveals that the tool returns candidates rather than a definitive single match when the name is ambiguous, and it lists what the candidates include. It does not cover pagination, ordering, or edge-case behavior, but for a read-only search tool the key ambiguity behavior is disclosed.

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, tightly worded sentence that front-loads the user-facing question, states the return contents, and explains the candidate-based behavior. No filler or redundant restatement of the tool name.

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?

With no output schema, the description does enough to convey what the tool returns: candidate IDs, issuers, and source basis, plus the ambiguity-aware behavior. It is slightly light on operational details like empty results or limit handling, but the core usage and response semantics are covered well.

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 description coverage is 100%, so the baseline applies: all three parameters are already documented accurately in the schema. The description reinforces that the query is a prose name but does not add new per-parameter meaning beyond 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 tool's behavior: resolving a prose certification name into candidate certifications with IDs, issuers, and source basis. This distinguishes it from siblings like certifications_for_occupation or get_certification, which address different lookup paths.

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 opening question 'Which certification is this prose name?' establishes a clear use case, and the schema further specifies the query can be an exam code or issuer string. However, it does not explicitly contrast with alternatives such as get_certification for exact ID lookups, so exclusion guidance is missing.

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. Dates show when Glama detected each change.

  1. 7 tool updates
    • First observedcertifications_for_occupation
    • First observedcertifications_for_program
    • First observedget_certification
    • First observedlist_issuers
    • First observedoccupations_for_certification
    • First observedrelated_certifications
    • First observedsearch_certifications

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    MCP server over the open index of 1,562 certification exam blueprints across 217 certifying bodies. Search exams, pull full blueprints (domains & weights, passing scores, prerequisites, renewal), and compare certifications. Read-only, public data, no API key.
    4
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides comprehensive enterprise qualification and certificate data, including honors, administrative licenses, and professional background statistics. It enables users to search for companies and verify their bidding eligibility or compliance status through natural language queries.
    3
    -
  • F
    license
    Not graded
    quality
    A
    maintenance
    Sourced product prices, dated price history, specs and independent-test coverage across 4,764 hardware products and 2,064 software vendors — every figure returned with its source URL and the date it was captured. Unknown values come back as null rather than a guess, so an agent can cite what it surfaces.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables access to 200 compressed cybersecurity career profiles via tools for listing, searching, and invoking careers, supporting SOC, IR, pentest, GRC, IAM, and more.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources