Skip to main content
Glama

create-contact-child-folder

Destructive

Create a subfolder under an existing contact folder by specifying the parent folder ID and a display name. Use to organize contacts hierarchically.

Instructions

Create a new contactFolder as a child of a specified folder. You can also create a new contactFolder under the user's default contact folder.

💡 TIP: Creates a sub-folder under an existing contact folder. Body: { displayName: 'Sub-folder name' }. Use list-contact-folders to discover the parent id. The returned contactFolder has its own id usable with update-contact-folder, delete-contact-folder, list-contact-folder-contacts, and create-contact-in-folder — contactFolder ids are mailbox-unique regardless of nesting depth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
contactFolderIdYesPath parameter: contactFolderId
includeHeadersNoInclude response headers (including ETag) in the response metadata
excludeResponseNoExclude the full response body and only return success or failure indication
Behavior3/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false, matching the create operation. The description adds minimal behavioral context: that returned contactFolder ids are mailbox-unique regardless of nesting. No further traits are disclosed beyond the 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 concise: three sentences covering purpose, tip, and return value. It is front-loaded and every sentence adds value. No unnecessary words.

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?

The description is fairly complete given the lack of output schema and presence of annotations. It explains the purpose, usage tip, and return value. However, it does not mention error scenarios or the effect of omitting body fields beyond displayName, but for a simple creation tool, it is adequate.

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 schema coverage is 75%, and the description adds value by providing a concrete example of the body: '{ displayName: 'Sub-folder name' }'. This clarifies the minimal required field, though the schema includes many other fields. The description does not explain other parameters like contactFolderId beyond the tip.

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 purpose: 'Create a new contactFolder as a child of a specified folder.' It also mentions creating under the default folder, and the tip reinforces that this creates a sub-folder. This distinguishes it from sibling 'create-contact-folder' which likely creates a top-level folder.

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 provides a usage tip: 'Use list-contact-folders to discover the parent id.' It also explains the returned folder's id usability. However, it does not explicitly state when not to use this tool (e.g., for top-level folders, use create-contact-folder) or provide alternatives, but the context is clear.

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/Softeria/ms-365-mcp-server'

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