Skip to main content
Glama

create-contact-child-folder

create-contact-child-folder
Destructive

Create a child subfolder under any contact folder to organize contacts. Provide the parent folder ID and display name to add a new nested folder.

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
confirmNoFor destructive operations when the confirm gate is enabled (MS365_MCP_REQUIRE_CONFIRM=true; off by default). Set to true only after the user has explicitly approved this action. When the gate is on, calls without confirm: true return { error: "confirmation_required" } without touching user data.
includeHeadersNoInclude response headers (including ETag) in the response metadata
contactFolderIdYesValue for the 'contactFolderId' path segment. Pass it under the name 'contactFolderId', not as 'id'. Use the 'id' field of the contact folder object as returned by Microsoft Graph.
excludeResponseNoExclude the full response body and only return success or failure indication
Behavior1/5

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

The description contradicts the annotations: annotations mark destructiveHint=true, yet the description says 'Create' which is a non-destructive operation. No additional behavioral context is provided beyond what the annotations already state (readOnlyHint=false, destructiveHint=true). The description does not mention side effects, reversibility, or confirmation requirements, and the contradiction makes it misleading. Flagging as annotation contradiction.

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

Conciseness4/5

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

The first sentence clearly states the purpose, followed by a tip with emoji that contains the body format, parent discovery, and return ID usage. It is moderately long but every sentence carries useful information. The tip could be more integrated, but the structure 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?

For a nested-object schema with five parameters, the description covers the essential usage: how to format the body, how to obtain the parent ID, and how to use the returned folder's ID with other tools. It omits mention of the confirm gate (present in schema) but that is already documented in the parameter description. Overall, the agent has enough to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds valuable semantics beyond the schema: it gives an explicit body example '{ displayName: 'Sub-folder name' }' and tells the agent to use 'list-contact-folders' to discover the parent ID. This compensates for the schema's generic descriptions and provides practical guidance for the required parameters (body and contactFolderId).

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 explicitly states the verb 'Create' and the resource 'contactFolder' as a child of a specified folder or the user's default folder. It distinguishes itself from the sibling 'create-contact-folder' by emphasizing 'child' and 'sub-folder', making its scope unambiguous. The purpose is clear and specific.

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 concrete usage instruction: 'Use list-contact-folders to discover the parent id.' It also covers two scenarios (under specified folder or default folder). However, it does not explicitly contrast with the root-folder creation tool 'create-contact-folder', relying on implication rather than stating when not to use this tool. This is a minor gap but the provided guidance is actionable.

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/A-Impact-Pavel/ms365-mcp'

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