Skip to main content
Glama
GhazwaPasha

Google Workspace MCP Server

by GhazwaPasha

drive_create_file

Create a new file in Google Drive, optionally as a Google Doc, by providing name, content, and folder ID.

Instructions

Create a new file in Drive. Set as_google_doc=True to create a Google Doc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
contentNo
folder_idNo
mime_typeNotext/plain
as_google_docNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 of disclosing side effects, permissions, and behavior. It only states that a file is created and mentions the as_google_doc flag, with no information about defaults, overwriting behavior, error conditions, or access requirements.

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 two short sentences with no filler, front-loading the purpose and adding one useful hint. It is appropriately brief.

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 lack of annotations, 0% parameter documentation, and a complex ecosystem of sibling create tools, the description is far too minimal to give an agent everything it needs to invoke correctly. It lacks usage context, parameter details, and behavioral expectations.

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

Parameters2/5

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

The schema has 0% description coverage for its 5 parameters. The description adds meaning for as_google_doc by explaining its effect, but it leaves name, content, folder_id, and mime_type unexplained, which is insufficient given the low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Create a new file in Drive' with a verb and resource, and adds a specific hint about as_google_doc. However, it does not explicitly differentiate from sibling create tools like drive_create_folder or docs_create, so it is clear but not fully distinguishing.

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 like drive_create_folder, docs_create, sheets_create, or drive_copy_file. The only hint is setting as_google_doc=True, but it does not explain when that is preferred over using docs_create directly.

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/GhazwaPasha/Google-wrk-spc-mcp'

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