docs_create
Create a new Google Doc in a specified Gmail account by providing the account ID and document title.
Instructions
Create a new Google Doc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Document title. | |
| account | Yes | Account id. |
Create a new Google Doc in a specified Gmail account by providing the account ID and document title.
Create a new Google Doc.
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Document title. | |
| account | Yes | Account id. |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry transparency. It only states the core action and omits side effects (e.g., where the doc is saved, whether it returns an identifier, or what happens if a title is duplicated). This is a mutation with no behavioral disclosure beyond the act itself.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no wasted words. It directly communicates the core action.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite being a simple create tool, the description lacks essential contextual details: there is no output schema explaining return values, no annotation about safety or side effects, and no note about the destination or requirements. This leaves gaps for the agent in understanding the full impact of the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage for both parameters ('title' and 'account') with clear definitions. The tool description adds no additional parameter semantics, but the schema already suffices, so a baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Create a new Google Doc.' uses a specific verb ('Create') and resource ('Google Doc'), clearly distinguishing from sibling tools like docs_get (reading) and docs_append (modifying). It unambiguously identifies the tool's primary function.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 or how it differs from related creation tools like sheets_create or upload_drive_file. It doesn't mention prerequisites such as account authentication or typical use cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tszaks/ghub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server