Skip to main content
Glama
Launch-On-Basis

Basis MCP Server

Official

upload_image_from_file

Upload a local image file to Basis (IPFS) for use as a token or avatar. Provide the file path; specify contract address for token purpose.

Instructions

Upload a local image file to Basis (Pinata/IPFS). For agents/Claude Code with local file access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesAbsolute path to image file
purposeNoDefault: 'token'
contract_addressNoRequired for purpose='token'
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It only states the basic upload action and destination, without disclosing behavioral traits like error handling, file size limits, permissions, or what happens on success. This is insufficient for a file upload tool.

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 extremely concise with two sentences, no redundancy, and front-loads the action and destination. Every word adds value relative to the tool's simplicity.

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 tool has three parameters, no output schema, and no annotations, the description is too brief. It omits crucial context such as return values, error conditions, file format or size constraints, and any prerequisites for local file access. This incompleteness could hinder correct invocation by an AI agent.

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?

The input schema has 100% coverage with descriptions for all parameters. The description adds no additional meaning beyond 'local image file' and the intended audience, so it meets the baseline but does not improve understanding.

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 ('Upload a local image file') and the destination ('Basis (Pinata/IPFS)'), and distinguishes from the sibling tool 'upload_image_from_url' by emphasizing 'local file access'.

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 explicitly targets 'agents/Claude Code with local file access', implying the tool is for local files rather than URLs, but it does not explicitly state when not to use it or provide alternatives beyond the sibling name.

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/Launch-On-Basis/MCP-TS'

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