Skip to main content
Glama

Rung public career guides

Find a published Rung guide

find_public_guides
Read-onlyIdempotent

Use when someone needs a published Rung occupation, resume-situation, or military-transition guide. Returns public guide facts, source pages, and browser handoffs. Do not use for live jobs, employer search, resume editing, qualification decisions, or private work history; never send personal or resume data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoall
limitNo
queryYesA public job title, occupation code, situation, military code, or military role.
languageNoLanguage for occupation and situation guides. Military guides are currently English.en

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
queryYes
privacyYes
resultsYes
requestedLanguageYes

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is largely covered. The description adds value by clarifying that only public data is returned, that browser handoffs/source pages may be produced, and that personal/resume data should never be sent—useful behavioral context beyond 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 two concise, front-loaded sentences: the first explains when to use it, the second explains what it returns and what it must not be used for. Every sentence carries key decision information with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that annotations cover safety/idempotency, the schema documents all parameters, and an output schema is present, the description supplies the remaining elements: purpose, usage boundary, return types, and critical privacy guardrail. The tool is adequately described for an agent to select and 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 description maps directly onto the 'kind' parameter categories ('occupation, resume-situation, military-transition'), while 'query' and 'language' are already documented in the schema. The limit parameter is adequately self-evident through its default, minimum, and maximum constraints.

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 verb and resource: it finds a published Rung occupation, resume-situation, or military-transition guide. It also names the return content ('public guide facts, source pages, and browser handoffs') and separates this from other search/editing tasks, making its purpose distinct.

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?

The description starts with an explicit 'Use when someone needs...' trigger and then gives concrete exclusions: 'Do not use for live jobs, employer search, resume editing, qualification decisions, or private work history; never send personal or resume data.' This gives the agent actionable choose/avoid guidance.

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