Skip to main content
Glama
optimize-overseas

LACRM MCP Server

Get File

get_file

Retrieve file details and a temporary download URL from LACRM. The link expires after 5 minutes; request again for a fresh one.

Instructions

Retrieve file information and a temporary download URL. NOTE: The download URL expires after 5 minutes. Call this again if you need a fresh URL.

Returns file metadata including name, size, type, and download link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_idYesThe FileId to retrieve
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It discloses the temporary URL expiration and advises re-calling for a fresh URL, adding meaningful behavioral context beyond the schema. It also lists the returned metadata fields.

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 three short sentences that front-load the core action and include a clear operational note. Every sentence earns its place with no redundancy.

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 single-file retrieval with one parameter, the description covers purpose, return fields, and the key expiration behavior. Although there is no output schema or annotations, the description compensates adequately.

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%: the single parameter file_id is already described as 'The FileId to retrieve.' The description adds no further parameter-level meaning, so the baseline score of 3 applies.

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 tool retrieves file information and a temporary download URL, using a specific verb and resource. It distinguishes itself from listing tools like get_files_attached_to_contact by focusing on a single file retrieval.

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?

There is no explicit guidance on when to use this tool versus alternatives, nor any mention of sibling tools or exclusion criteria. The note about URL expiry is operational guidance, not selection guidance.

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/optimize-overseas/lacrm-mcp'

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