Skip to main content
Glama

get_cv_pdf_link

Read-onlyIdempotent

Retrieve the direct link to the PDF version of the CV for immediate access or sharing.

Instructions

Return the direct link to the PDF version of the CV.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.9

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows this operation is safe and repeatable. The description adds that the result is a direct link to a PDF, which is slightly more specific than the tool name, but does not disclose any additional behavioral traits such as link expiry, need for authentication, or whether the link is dynamically generated. Given annotation coverage, the bar is lowercars, and the description is consistent but not enriching.

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?

A single, direct sentence that front-loads the key purpose without any filler. Every word contributes to understanding what the tool returns. Ideal conciseness for a zero-parameter read operation.

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 there are no parameters, annotations cover safety, and an output schema exists to describe the return value, the description is fully adequate. Nothing else is needed for an agent to select and invoke this tool correctly; the only minor gap is usage vs siblings, but that is not required for completeness in such a simple tool.

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 tool has zero parametersages, so the schema offers no parameter descriptions to cover. The baseline for no-parameter tools is 4 because nothing is needed in the description to clarify parameter usage. The description is appropriately free of parameter information.

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 is concise and specific: 'Return the direct link to the PDF version of the CV.' The verb 'return' and resource 'direct link to the PDF version of the CV' clearly identify the tool's function. This distinguishes it from sibling tools like get_cv, get_link, and get_google_scholar_link, as it targets a PDF-specific direct link.

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to choose this tool over alternatives such as get_cv, get_link, or get_tailored_cv. There is no mention of use cases, exclusions, or relationships to sibling tools. While the name is fairly self-explanatory, the lack of explicit guidance makes this a gap.

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