Skip to main content
Glama
mindwear-capitian

followupboss-mcp-server

createDealAttachment

Attach an externally-hosted file to a deal by supplying deal ID, file URI, and file name. Requires system-level environment variables for access.

Instructions

Attach an externally-hosted file to a deal. "Restricted - Registered Systems Only": requires FUB_SYSTEM + FUB_SYSTEM_KEY env vars. uri must point to an externally hosted file — FUB does NOT host uploads via this endpoint (omitting URI returns 403).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dealIdYesDeal ID
uriYesFile URI
fileNameYesFile name
fileSizeNoFile size
Behavior4/5

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

Without annotations, the description carries the full burden. It discloses that the file is not hosted by FUB, that the uri must be externally hosted, and that omitting the uri causes a 403. It also notes the system restriction. This covers key behavioral traits for a creation tool, though it doesn't specify what happens on success.

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 (three sentences) and front-loaded with the core purpose. The next two sentences add critical restrictions and behavioral notes without unnecessary details. Every sentence earns its place.

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

Completeness4/5

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

Given no output schema and no annotations, the description is fairly complete: it explains the tool's purpose, the system restriction, the key behavioral constraint (external hosting), and a specific error condition. It lacks a description of the return value or success response, which would marginally improve completeness but is acceptable.

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 schema covers all 4 parameters with descriptors, but the description adds important context: 'uri must point to an externally hosted file — FUB does NOT host uploads via this endpoint (omitting URI returns 403).' This clarifies a critical constraint beyond the schema, especially for the uri parameter. Other parameters (dealId, fileName, fileSize) are adequately described in schema.

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 'Attach an externally-hosted file to a deal' with a specific verb and resource. It distinguishes from siblings like createPersonAttachment (file to person) and deleteDealAttachment by specifying 'deal' and the external hosting nature. The restriction and key behavior are also clear.

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

Usage Guidelines4/5

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

The description provides prerequisites (requires FUB_SYSTEM + FUB_SYSTEM_KEY env vars) and critical usage notes (uri must be externally hosted, omitting uri returns 403). While it doesn't explicitly say when not to use this tool, it implies that it's only for registered systems and external files, which helps guide the agent.

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/mindwear-capitian/followupboss-mcp-server'

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