Skip to main content
Glama

pylon_create_attachment_from_url

Downloads a file from a public URL and creates a Pylon attachment. Provide the file URL and an optional description.

Instructions

Create a Pylon attachment by downloading a file from a public URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_urlYesPublicly accessible URL of the file to attach
descriptionNo
Behavior2/5

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

With no annotations provided, the description carries the burden of disclosing behavioral traits. It fails to mention side effects (e.g., does the download happen synchronously? Are there size limits?), authentication requirements, or the resulting state of the attachment. The description only restates the action without deeper transparency.

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 a single, efficient sentence that conveys the core action without unnecessary words. It is front-loaded with the verb and resource, making it easy to parse quickly.

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 absence of an output schema, the description does not explain the return value (e.g., attachment ID, status). It also lacks context about how the attachment relates to other entities (like issues or accounts). For a simple creation tool, more detail would help the agent understand the full outcome and requirements.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema coverage is 50% (description parameter lacks a description), and the tool description adds no additional meaning beyond what is in the schema. The 'file_url' parameter is already described as a public URL; the 'description' parameter remains ambiguous in purpose, and the tool description does not clarify it.

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 verb 'Create', the resource 'Pylon attachment', and the method 'downloading a file from a public URL'. This distinguishes it from sibling tools like pylon_get_attachment (read) and other creation tools that focus on different entities (issues, contacts, etc.).

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 provides no guidance on when to use this tool versus alternatives, nor does it mention any prerequisites or contexts. For example, it does not explain that the file must be publicly accessible without authentication, or that this attachment might need to be associated with a specific issue or account.

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/mgmonteleone/pylon-mcp'

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