Skip to main content
Glama
cletcher

Chaprola MCP Server

by cletcher

chaprola_import_url

Generate a presigned S3 upload URL to import large files, bypassing the 6MB API Gateway limit. Specify project and file name to obtain the URL.

Instructions

Get a presigned S3 upload URL for large files (bypasses 6MB API Gateway limit)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFile name (without extension)
projectYesProject name
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clarifies that the tool returns a presigned URL rather than performing the upload itself, and explains the rationale. It could detail URL expiration or required follow-up steps, but the core behavior is sufficiently transparent.

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, focused sentence that begins with the action and immediately conveys the key value proposition. No unnecessary words or repetition, making it highly concise and well-structured.

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?

For a simple tool with two well-described parameters and no output schema, the description provides sufficient context: what it does, why it exists, and the type of result (a URL). It does not describe the broader workflow with sibling tools, but this is not essential for using the tool correctly.

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 already provides full descriptions for both parameters (100% coverage). The tool description adds no additional parameter-level meaning, so the baseline 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 states the tool's function clearly: obtaining a presigned S3 upload URL. The added context about bypassing the 6MB API Gateway limit distinguishes it from other import-related sibling tools, making the purpose unambiguous.

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 indicates when to use this tool: for large files that exceed the standard API Gateway limit. It does not name specific alternatives or exclusion conditions, but the context is clear enough for an agent to identify the appropriate use case.

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/cletcher/chaprola-mcp'

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