Skip to main content
Glama

create_sheet

Create a new document sheet with a title and Markdown content, optionally placing it in a specific folder within your workspace.

Instructions

新規シート作成

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesシートタイトル
contentYesシート内容(Markdown)
folderNoフォルダ名
Behavior1/5

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

With no annotations provided, the description fully bears the burden of behavioral disclosure. It provides none: no information on whether the tool is destructive, what permissions are needed, what happens on conflict, or any side effects.

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

Conciseness2/5

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

The description is extremely short but at the expense of essential information. It does not front-load key constraints or usage rules. It is under-specified rather than concise.

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

Completeness1/5

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

Given the 3 parameters (including a folder string) and no output schema or annotations, the description should provide context about return values, error handling, and behavioral semantics. It provides none, leaving the agent with incomplete understanding.

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 coverage is 100% with parameter descriptions in Japanese (e.g., 'シートタイトル' for title). The tool description adds no extra meaning beyond the schema, so the baseline score of 3 is appropriate.

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

Purpose2/5

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

The description '新規シート作成' ('Create new sheet') is essentially a direct translation of the tool name, offering no additional specificity or differentiation from sibling tools like update_sheet or delete_sheet. It is a tautology.

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

Usage Guidelines1/5

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

No guidance on when to use this tool versus alternatives. The description lacks any context about prerequisites, such as whether a sheet must not already exist, or when to prefer sibling tools like update_sheet.

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/asicojp/sparksheets-mcp'

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