Skip to main content
Glama
c0webster

Hardened Google Workspace MCP

by c0webster

create_form

Create Google Forms with specified titles and descriptions for secure data collection within Google Workspace, returning form IDs and edit URLs for management.

Instructions

Create a new form using the title given in the provided form message in the request.

Args: user_google_email (str): The user's Google email address. Required. title (str): The title of the form. description (Optional[str]): The description of the form. document_title (Optional[str]): The document title (shown in browser tab).

Returns: str: Confirmation message with form ID and edit URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_google_emailYes
titleYes
descriptionNo
document_titleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states the tool creates a new form, implying a write/mutation operation, but doesn't mention required permissions, rate limits, side effects, or whether the form is immediately published. The return format is documented, but other behavioral aspects are missing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear opening sentence followed by organized sections for Args and Returns. It's appropriately sized with no redundant information. The only minor improvement would be integrating the parameter explanations more seamlessly rather than as a separate list.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a creation tool with no annotations and 4 parameters, the description covers the basic operation and parameters adequately. The output schema exists, so the description doesn't need to detail return values. However, it lacks context about authentication requirements, error conditions, or how this tool relates to other form management tools.

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

Parameters4/5

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

With 0% schema description coverage and 4 parameters, the description adds significant value by explaining each parameter's purpose: 'user_google_email' identifies the user, 'title' sets the form title, 'description' provides optional details, and 'document_title' sets the browser tab title. This compensates well for the schema's lack of descriptions, though it doesn't specify format constraints or examples.

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 the tool creates a new form with a specific title from the request. It specifies the verb ('Create') and resource ('new form'), making the purpose unambiguous. However, it doesn't explicitly differentiate from sibling tools like 'create_doc' or 'create_spreadsheet' beyond the form resource type.

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. It doesn't mention prerequisites (like authentication or permissions), compare it to similar tools (like 'create_doc' or 'create_spreadsheet'), or specify when this tool is appropriate versus other form-related tools like 'get_form'.

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/c0webster/hardened-google-workspace-mcp'

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