Skip to main content
Glama
100Hires

100Hires MCP Server

Official
by 100Hires

hires_upload_application_attachment

Upload a file attachment to a specific application using base64-encoded content. Attach signed documents or interviewer artifacts directly to the application record.

Instructions

Upload a file attachment to an application. Provide the file as base64-encoded data. Commonly used for signed documents and interviewer artifacts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesApplication ID.
fileYesFile to upload.
Behavior2/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 of behavioral disclosure. It mentions base64 encoding, which is useful, but omits critical behavioral details like whether this is a write operation with side effects, required permissions, size limits, or what happens on success or failure. This is insufficient for an upload tool without 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 two sentences, immediately front-loaded with the core action, and every sentence earns its place. The base64 reminder is redundant with the schema but still useful as a quick reference, and the use-case note adds context without bloat.

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?

Given the lack of annotations, no output schema, and a nested file object, the description is too sparse. It does not cover expected response, error cases, permissions, or potential side effects like replacing existing attachments. A more complete description would address these gaps to help agents use the tool correctly.

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 coverage is 100%, with descriptions for all parameters including nested file properties. The description adds no significant new parameter semantics beyond restating that data must be base64-encoded, which is already in the schema, 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 clearly states the tool uploads a file attachment to an application, with a specific verb and resource. It distinguishes itself from sibling tools like hires_upload_candidate_file by explicitly targeting applications, and the use cases (signed documents, interviewer artifacts) add concrete 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?

The description implies usage for application-level attachments and mentions common scenarios, but it does not explicitly state when to choose this tool over alternatives such as hires_upload_candidate_file or hires_upload_attachment, nor does it provide exclusion criteria or prerequisites.

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/100Hires/mcp-server'

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