Skip to main content
Glama

wecom_create_doc

Create a new WeCom document or smartsheet by specifying a name and type. Returns the URL and docid needed for subsequent edits.

Instructions

Create a new WeCom document or smartsheet. Returns url and docid — save the docid for subsequent edits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_nameYesDocument name (max 255 chars)
doc_typeYes3 = regular document, 10 = smartsheet
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It indicates the tool is a create operation (non-destructive) and provides essential output info. However, it does not mention any side effects, auth requirements, or error conditions, which is a gap given the lack of annotations.

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 a single, concise sentence that communicates purpose and key output. It is front-loaded with the action and resource.

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?

Given the tool is simple with two required params, no nested objects, and no output schema, the description covers the creation purpose and output. However, it lacks workflow guidance (e.g., how to use docid with sibling tools) and does not explain return format details.

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?

Schema description coverage is 100%, so the schema already documents both parameters. The description adds that docid is for subsequent edits, but does not elaborate on the meaning of doc_name or doc_type beyond the schema. A score of 3 is appropriate as per guidelines.

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 clearly states the tool creates a new WeCom document or smartsheet, specifying the two types via doc_type. It distinguishes this from siblings like wecom_edit_doc and wecom_read_doc by using the verb 'create' and mentioning the output (url and docid).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for creation tasks and instructs to save the docid for subsequent edits, suggesting a common workflow. However, it does not explicitly state when not to use this tool or compare with alternatives such as wecom_edit_doc for modifications.

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/Beltran12138/wecom-docs-mcp-server'

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