Skip to main content
Glama

SHAR Public Knowledge MCP

Get industry experience

get_industry_experience
Read-onlyIdempotent

Find published cases that mention the requested industry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
industryYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior, so the description does not need to repeat those. It adds useful context about the source ('published cases') and match semantics ('mention'), but it does not disclose response shape, pagination behavior, or whether matching is exact.

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 10-word sentence that front-loads the action and resource. No wasted words and the key scope ('published cases that mention...') is immediately clear.

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 read-only lookup with annotations covering safety, the description is mostly sufficient. It omits what the returned cases look like and how industry matching works, which matters more because there is no output schema.

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?

With 0% schema description coverage, the description must carry semantic weight. 'Requested industry' clarifies the purpose of the required industry parameter, but limit is not described and match behavior is left unspecified. The schema's name, default, and bounds make limit largely inferable, so this is adequate but not strong.

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 specific action ('Find') and resource ('published cases') filtered by industry, so its purpose is clear. It stops short of explicitly differentiating itself from siblings such as search_cases or get_case, though the industry focus is a strong implicit cue.

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 choose this tool over alternatives like search_cases or get_case. The agent must infer from the tool name and sibling list that this is the industry-experience-specific lookup.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation4/5

Each tool targets a different public knowledge resource (cases, services, evidence, provenance, clients), so an agent can usually tell them apart. However, get_industry_experience overlaps with search_cases, and get_public_evidence versus get_media_provenance could be confused without careful reading.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern, with get_ as the dominant verb and list_/search_/compare_ as clear variants. No camelCase or inconsistent verb styles appear.

Tool Count4/5

15 tools sits at the upper edge of a well-scoped read-only knowledge server. Each tool has a distinct purpose, but a few could be consolidated (e.g., industry experience as a search_cases filter) without losing capability.

Completeness4/5

The surface covers the main public knowledge workflows: service catalog, cases, evidence, provenance, pricing, clients, and production context. Minor gaps exist, such as no direct get_claim stable-identifier lookup and no list_cases endpoint, but search_knowledge and search_cases provide workarounds.

Resources