Skip to main content
Glama
eesb99
by eesb99

create_folder

Create a new folder in OneDrive by providing the folder name and optional parent path.

Instructions

Create a new folder in OneDrive

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoParent folder path (empty for root)
folderNameYesNew folder name
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It states the tool creates a folder, implying a write/mutation operation. No additional behavioral details (e.g., permissions, side effects) are offered, but for a simple create action this is minimally adequate.

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, clear sentence with no extraneous information. It is front-loaded and efficient.

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

Completeness4/5

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

Given the tool's simplicity (2 parameters, no output schema, no nested objects), the description paired with the schema provides enough context for an agent to use it correctly. It could mention that 'path' defaults to root, but schema covers that.

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?

The input schema covers 100% of parameters with descriptions. The description does not add meaning beyond the schema, which is sufficient. Baseline of 3 is appropriate.

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 action ('create') and resource ('folder'), specifying the location ('in OneDrive'). This distinguishes it from other create_* tools that target different resources like events or contacts.

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

Usage Guidelines3/5

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

The description implies the tool is for creating folders in OneDrive but does not provide guidance on when to use it versus alternative tools (e.g., uploading a file). No exclusions or context are given.

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/eesb99/office365-mcp-server'

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