Skip to main content
Glama
matias-denatale

eph-context

get_classifiers

Retrieve the complete CNO 2001 occupational classification with 5-digit codes, descriptions, and qualification categories. Use an optional filter to find specific occupation entries.

Instructions

Returns the complete CNO 2001 (Clasificador Nacional de Ocupaciones).

Call eph_setup() first if you have not already. Use this to correctly interpret or recode occupation variables (PP04D_COD, P47T). Includes all 5-digit codes, descriptions, and qualification categories.

Pass filter to get only matching lines (case-insensitive substring match).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description discloses read-only nature, filter behavior (case-insensitive substring), and contents. However, it omits details on output format, error handling, or dependency on eph_setup (e.g., what happens if not called).

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?

Five concise sentences, each adding unique value: purpose, prerequisite, use case, contents, filter behavior. 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?

Given the presence of an output schema, the description adequately covers return contents and filter behavior. It includes a prerequisite but lacks details on error conditions or the scope of the filter substring match.

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 single parameter 'filter' is well-explained: 'Pass filter to get only matching lines (case-insensitive substring match).' This adds semantic value beyond the schema's empty title, though default value is not mentioned.

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 'Returns the complete CNO 2001 classification' with a specific verb and resource. It distinguishes the tool from siblings like search_variable by focusing on occupation classification retrieval.

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?

Provides explicit prerequisite ('Call eph_setup() first') and use cases ('correctly interpret or recode occupation variables'). Lacks explicit 'when not to use' but gives clear context compared to siblings.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/matias-denatale/eph-context'

If you have feedback or need assistance with the MCP directory API, please join our Discord server