Skip to main content
Glama
anasdevai

Classroom Suite MCP

by anasdevai

upload_file

Upload files to Google Drive by specifying name, content, MIME type, and parent folder. Supports text or base64 binary, returning file ID and link for access.

Instructions

Upload a file to Google Drive.

Args: name: Filename content: File content (text or base64 for binary) mime_type: MIME type of the file parent_id: Parent folder ID is_base64: True if content is base64-encoded

Returns: Uploaded file with id and link

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
contentYes
is_base64No
mime_typeNotext/plain
parent_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It does state that binary content should be base64-encoded and that the tool returns an uploaded file with id and link. However, it does not mention side effects, permissions, overwrite behavior, or 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?

The description is compact and well-organized into Args and Returns sections. Every line provides necessary information, with no fluff or redundant elaboration.

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?

The description gives all parameter semantics and the return value, making it largely complete for a moderate-complexity upload tool. It lacks explicit usage guidance and behavioral caveats, but the presence of an output schema and clear parameter docs covers most of what an agent needs.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, but the description fully compensates by explaining every parameter: Filename, text/base64 content, MIME type, parent folder ID, and the is_base64 flag. This adds meaning well beyond the raw schema types and defaults.

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 a clear verb and resource: 'Upload a file to Google Drive.' This is specific enough to distinguish it from sibling tools like list_files, download_file, and delete_file, and the Args/Returns sections clarify the exact operation.

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?

The description provides no guidance on when to use this tool versus alternatives such as create_doc or share_file. It does not mention exclusions or prerequisite conditions, so the agent must infer usage from the tool name alone.

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/anasdevai/classroom-suite-mcp'

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