Skip to main content
Glama

add_attachment

Attach files to any Huly object by providing a local file path, URL, or base64 data. Returns the attachment ID and download link.

Instructions

Add an attachment to a Huly object. Provide ONE of: filePath (local file - preferred), fileUrl (fetch from URL), or data (base64). Returns the attachment ID and download URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoBase64-encoded file data (fallback for small files <10KB)
spaceYesa string that will be trimmed
pinnedNoWhether to pin the attachment (default: false)
fileUrlNoURL to fetch file from (for remote files)
filePathNoLocal file path to upload (preferred - avoids context flooding)
filenameYesa string that will be trimmed
objectIdYesa string that will be trimmed
contentTypeYesa string that will be trimmed
descriptionNoAttachment description
objectClassYesa string that will be trimmed
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds that it returns an attachment ID and download URL, which is helpful but does not disclose additional behavioral traits such as side effects on the object or error conditions.

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 (two sentences) and front-loaded with the key information: action, input options, and return values. No unnecessary words.

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

Completeness3/5

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

With 10 parameters and no output schema, the description covers the input options and return, but does not mention required parameters (objectId, objectClass, space, filename, contentType) or provide example usage. It is minimally adequate.

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 descriptive parameter descriptions. The description repeats some parameter info (e.g., filePath preferred, data fallback) but adds minimal new meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool adds an attachment to a Huly object and specifies the input options (filePath, fileUrl, data). However, it does not distinguish itself from sibling tools like add_document_attachment or add_issue_attachment, which likely have more specific contexts.

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 guidance is provided on when to use this generic add_attachment versus the more specific siblings (e.g., add_document_attachment). The description does not mention prerequisites or 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/dearlordylord/huly-mcp'

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