Skip to main content
Glama

bond_accept

Accepts a pending file transfer from the consent prompt, stores it in the incoming directory, and returns the content wrapped as untrusted data.

Instructions

Accept a pending file transfer. File will be written to ~/.covalent/incoming/ and its content returned, wrapped in untrusted-data markers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
transferIdYesTransfer ID from the consent prompt
Behavior5/5

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

With no annotations provided, the description carries the full burden. It clearly discloses that the file is written to '~/.covalent/incoming/' and the content is returned wrapped in 'untrusted-data markers', which warns about potential security risks. No contradictions or missing behavioral traits.

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 long with no unnecessary words. It front-loads the core purpose ('Accept a pending file transfer') and efficiently conveys key behavioral details. No wasted content.

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 the simple one-parameter tool with no output schema, the description adequately covers the main behavior: file writing location, content return, and untrusted-data warning. It could mention side effects (e.g., transfer no longer pending, file removal) or error conditions, but the core completeness is high for the tool's complexity.

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% (transferId is described as 'Transfer ID from the consent prompt'). The description does not add any parameter-level details beyond the schema. Per the high-coverage baseline, a score of 3 is appropriate.

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 action: 'Accept a pending file transfer.' It also specifies the outcome (file written to path, content returned with untrusted-data markers), which distinguishes it from sibling tools like bond_decline (decline), bond_send (send), bond_end (end), and bond_join (join).

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 when a pending file transfer exists and the agent wants to accept it. However, it does not explicitly state when not to use (e.g., when transfer is already accepted) or mention alternatives (e.g., bond_decline for declining). The usage context is implied but not spelled out.

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/gopalrajsuresh/covalent-bond'

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