Skip to main content
Glama

Rung public career guides

Explore public occupation examples

explore_occupation
Read-onlyIdempotent

Use after find_public_guides resolves an exact published Rung SOC, when bounded public task, skill, or tool examples are needed. Do not treat examples as a person's experience, selected skills, qualifications, or any other personal claim; never send personal or resume data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
socYesThe exact published occupation code returned by find_public_guides.
limitNo
offsetNo
sectionNoall
languageNoen

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cautionYes
privacyYes
guideUrlYes
sectionsYes
startUrlYes
occupationYes
contentLanguageYes
requestedSectionYes
requestedLanguageYes

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already indicate read-only and idempotent behavior, and the description reinforces this by emphasizing public data and warning against personal use. It adds context about the nature of the data without contradicting the annotations.

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 concise, consisting of two sentences that deliver all key information without redundancy. It is well-structured and front-loaded with the primary usage scenario.

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 when and how to use the tool, including misuse warnings. Since an output schema exists, the description does not need to elaborate on return format. It could mention that it returns example data, but the phrase 'examples are needed' implies this.

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

Parameters2/5

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

Only the 'soc' parameter has a description in the schema (20% coverage). The tool description does not explain the roles of limit, offset, section, or language, leaving their semantics unclear. It does add indirect context for 'soc' by linking it to an exact Rung, but overall parameter guidance is insufficient.

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 purpose: to explore public occupation examples after finding an exact Rung via find_public_guides. It distinguishes itself from the sibling tool by focusing on bounded examples rather than general guides.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides explicit usage context: use after find_public_guides, when bounded examples are needed. It also gives clear prohibitions (not treating examples as personal claims, not sending personal data), which are valuable guidelines.

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

A4.2/5.0
Disambiguation4/5

The two tools have distinct purposes: find_public_guides locates guides, while explore_occupation provides detailed occupation examples. There is a slight dependency (explore_occupation is meant to be used after find_public_guides), but the descriptions clearly delineate their roles, minimizing confusion.

Naming Consistency4/5

Both tool names follow a verb_noun pattern (find_public_guides, explore_occupation), which is consistent. The verbs 'find' and 'explore' are slightly different in style but both are clear and appropriate for their functions.

Tool Count3/5

With only two tools, the server is minimal but not trivial. The tools cover a specific workflow (find then explore), which is reasonable for a narrow purpose, but the count is on the low end of the acceptable range.

Completeness3/5

The tool surface covers the core workflow of finding and exploring public guides, but there are potential gaps such as listing all available guides or retrieving specific guide details without exploration. The domain is narrow, so the coverage is adequate but not comprehensive.

Resources