Skip to main content
Glama

IP Patent Data Download Link

get_ip_download_link
Read-only

Authenticated download instructions for an IP Data Library bundle — patent-level innovation measures (citations, originality/generality, grant lag, team size) or the assignee-year panel. Parquet, full-history files fetched by YOUR code, not returned inline. Works with the same ElkassabgiData key as every family library.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYes
vintageNoSnapshot vintage from list_ip_bundles; omit for the newest

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint: true, and the description consistently builds on this by disclosing auth requirements ('Authenticated'), file delivery ('Parquet, full-history files fetched by YOUR code, not returned inline'), giving agents valuable behavioral expectations. No contradiction with annotations, and adds detail beyond them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three tight sentences front-load the purpose and structure surpluses well. The second sentence is slightly dense ('Parquet, full-history files fetched by YOUR code, not returned inline'), but it earns its place by disclosing fetch semantics without waste.

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?

For a 2-parameter tool with an enum and a vintage, the description covers purpose, file types, fetch behavior, and authentication in minimal space. It doesn't explain the exact contents of each file in depth, but it gives a complete enough mental model for an agent to decide which file it wants.

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 50% (vintage documented). The description compensates for the cryptic file enum by explaining what the two bundles contain ('patent-level innovation measures (citations, originality/generality...) or the assignee-year panel'), which is useful. Yet it doesn't add detail on the 'vintage' format beyond the schema's own text.

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?

Clear and specific: 'Authenticated download instructions for an IP Data Library bundle' names the verb, resource, and the two library variants ('patent-level innovation measures' or 'the assignee-year panel'). Distinguishes from sibling download tools via the Parquet/ElkassabgiData context.

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?

Implies usage through context like 'omit for the newest' and 'vintage from list_ip_bundles', and 'same ElkassabgiData key as every family library' hints at shared auth. However, it never explicitly says when to use this versus sibling downloaders like get_hf_download_link or list_ip_bundles, nor when not to use it.

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.1/5.0
Disambiguation5/5

Each tool targets a distinct resource/action: auth status, freshness, econ series, metadata, family status, HF/IP download links, dictionaries, source listings, and search. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_* for retrieving specific items, list_* for enumerations, search_* for queries. Naming is uniform and predictable.

Tool Count5/5

11 tools is well-scoped for a data library server covering multiple domains (econ, HF, IP) with retrieval, metadata, listings, and status checks. No redundancy or excessive granularity.

Completeness5/5

The toolset covers the full lifecycle for a read-only data service: status/auth, search, retrieval (via download links), metadata, variable dictionaries, and source listings. No obvious gaps for the stated purpose.