Skip to main content
Glama
teralynk

teralynk-mcp-server

Official

get_file

Retrieve full file metadata including name, size, type, storage provider, tags, timestamps, compliance protection status, and a temporary download URL.

Instructions

Get full metadata for a specific file: name, size, type, storage provider, tags, created/modified dates, compliance protection status, and a 15-minute presigned download URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileIdYesTeralynk file ID
Behavior3/5

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

No annotations exist, so description carries full burden. It discloses the 15-minute presigned download URL behavior and lists metadata fields, but doesn't mention error handling, authentication, or rate limits.

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?

Single sentence, front-loaded with purpose, enumerates contents without wordiness. Every part is informative.

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 retrieval tool with one required param and no output schema, the description covers return fields adequately. Lacks error/edge-case info but is complete enough for typical use.

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?

Single parameter (fileId) is fully described in schema with description 'Teralynk file ID'. Description adds no extra meaning beyond that, meeting baseline for 100% schema coverage.

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?

Description clearly states it gets full metadata for a specific file, enumerating returned fields (name, size, type, etc.), and distinguishes from siblings like list_files and search_files by focusing on a single file.

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?

Implied usage (get metadata for a file) but no explicit guidance on when to use vs alternatives like get_file_download_url or get_file_versions.

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/teralynk/mcp-server'

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