Skip to main content
Glama
pvliesdonk

scholar-mcp

by pvliesdonk

get_standard

Read-only

Retrieves standards by identifier, resolving fuzzy inputs like 'rfc9000' or 'nist 800-53' to canonical form. Optionally fetches full text when requested.

Instructions

Retrieve a standard by identifier (canonical or fuzzy).

Resolves fuzzy inputs (e.g. "rfc9000", "nist 800-53") to their canonical form before fetching. With fetch_full_text=True and docling configured, downloads and converts the full text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYesCanonical or fuzzy standard identifier.
fetch_full_textNoIf True and docling is configured, download and convert the full text PDF/HTML via docling.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare read-only and open-world hints, so the safety profile is covered. The description adds value by disclosing the fuzzy-input resolution behavior and the conditional full-text download via docling, which are non-obvious behavioral traits. No contradiction with 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, front-loaded with the primary action, and every sentence earns its place. It avoids fluff and provides necessary details in two short paragraphs.

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?

With an output schema present and only two simple parameters, the description is complete for its complexity. It covers the core retrieval, fuzzy resolution, and optional full-text behavior, leaving no major gaps in understanding the tool's functionality.

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?

Schema description coverage is 100%, and the description largely restates the schema's parameter explanations (canonical/fuzzy identifier, fetch_full_text with docling condition). It adds no new parameter semantics beyond what the schema already provides, so the baseline of 3 applies.

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 uses a specific verb ('Retrieve') and resource ('standard by identifier'), and clearly distinguishes from siblings like search_standards and resolve_standard_identifier by focusing on fetching a standard. The fuzzy-to-canonical resolution detail further clarifies its unique role.

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

Usage Guidelines3/5

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

The description implies usage: fetch a standard by identifier, with optional full-text retrieval. However, it does not explicitly mention when to avoid this tool or name alternatives like resolve_standard_identifier for pure identifier resolution. This is a clear context but lacks explicit exclusions.

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/pvliesdonk/scholar-mcp'

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