Skip to main content
Glama

download_opportunity_offer_file

Download a sent or signed Lever offer file as base64 via GET /opportunities/:opportunity/offers/:offer/download.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonYesReason for returning a base64 file payload.
statusYesOffer document status to download.
actor_idYesLever user ID associated with this action when needed.
offer_idYesLever offer ID.
max_bytesNo
opportunity_idYesLever opportunity ID.
acknowledge_sensitive_dataNoMust be true for high-sensitivity reads such as EEO PII, diversity surveys, or download URLs.

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description must disclose behavior fully. It mentions only the download action and base64 format, but omits side effects, permission requirements, sensitivity handling (acknowledge_sensitive_data), and error behavior. It does not contradict annotations, but it is insufficient.

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?

Single sentence, front-loaded with the verb 'Download', and includes the essential attributes. No redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema and no annotations. The description does not explain return structure, error conditions, or critical invocation details such as acknowledging sensitive data for certain downloads, despite having 7 parameters. An agent would need to infer too much from the schema alone.

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 86%, so most parameters are already documented. The description adds no parameter-level detail beyond the status condition ('sent or signed') which is already in the schema enum. Baseline 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?

Clearly states the action (download), resource (Lever offer file), conditions (sent or signed), format (base64), and HTTP endpoint. The name and description distinguish it from sibling tools like download_opportunity_resume and download_opportunity_file.

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?

No explicit when-to-use or alternative guidance. The description only states what the tool does, not when to select it over sibling download tools. The status enum is implied but not presented as usage criteria.

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

B3.1/5.0
Disambiguation4/5

Most tools target distinct resource-action combinations, but the sheer count (108) and the presence of closely related tools like list_opportunity_feedback / get_opportunity_feedback may cause occasional agent confusion.

Naming Consistency5/5

Tool names follow a highly consistent verb_noun pattern (e.g., create_*, get_*, list_*, update_*, delete_*, add_*, remove_*). Minor exceptions like apply_to_posting still fit the overall structure.

Tool Count2/5

With 108 tools, the surface is excessively large for most agent workflows. Many tools could be merged or removed without losing essential functionality, leading to decision overload.

Completeness5/5

The tool set covers the full Lever API surface comprehensively, including opportunities, postings, requisitions, users, webhooks, templates, files, and compliance data, leaving no obvious gaps.

Resources