Skip to main content
Glama
hvj78

MEK-MCP

by hvj78

mek_get_record

Retrieve metadata of a single MEK record: title, authors, themes, subjects, description, dates, identifiers. Use to classify works or check if a work is by or about a person.

Instructions

Fetch the metadata of a single MEK record: title, authors, themes (topic hierarchy), subject headings, description, dates, identifiers. Use it to inspect / classify individual hits (e.g. to decide whether a work is fiction, history or ethnography, or whether it is BY or ABOUT a person).

Returns: {mek_id, url, title, themes, subjects, description, date_added, urn}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mek_id_or_urlYesMEK identifier (e.g. '9439') or record URL (e.g. 'https://mek.oszk.hu/09400/09439').

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It states the tool is for fetching metadata (a read operation) and lists what is returned. It does not mention destructive behavior or auth requirements, but for a simple get-record tool, this is adequate and transparent.

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 with two sentences. The first sentence states the action and returns, the second provides usage context. It is front-loaded and every sentence is informative without waste.

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?

For a simple get-record tool with one parameter and an output schema, the description is complete. It explains the tool's functionality, when to use it, and lists the return fields (mek_id, url, title, themes, subjects, description, date_added, urn), which compensates for the lack of an explicit output schema in the description.

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?

There is only one parameter (mek_id_or_url) with 100% schema description coverage. The description reiterates the parameter's purpose (MEK identifier or URL) but does not add significant new semantics beyond what the schema already provides. Baseline 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 clearly states it fetches metadata of a single MEK record, listing specific fields like title, authors, themes, subjects, description, dates, identifiers. It also provides usage examples (inspect/classify hits) and distinguishes itself from sibling tools (search, browse) by focusing on individual record 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?

The description explicitly says 'Use it to inspect / classify individual hits', providing clear guidance on when to use the tool. While it doesn't explicitly state when not to use or provide alternatives, the context of sibling tools and the specific use case make the intended usage clear.

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/hvj78/MEK-MCP'

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