Skip to main content
Glama

create_group_path

Create nested group structures by specifying a path, automatically generating any missing parent groups in the Sidvy note-taking system.

Instructions

Create a nested group structure from a path (creates missing parent groups)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesArray of group names representing the path (e.g., ["Projects", "Web Dev", "Frontend"])
workspaceIdNoWorkspace to create groups in (optional)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the key behavior of creating missing parent groups, which is valuable, but lacks information about permissions required, whether this operation is idempotent, error handling for existing groups, or what the response contains. For a mutation tool with zero annotation coverage, this leaves significant gaps.

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, efficient sentence that front-loads the core functionality. Every word earns its place by conveying the tool's purpose and key behavior without any redundant information or fluff.

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?

For a mutation tool with no annotations and no output schema, the description provides adequate basic context about what the tool does but lacks completeness. It doesn't cover behavioral details like error conditions, response format, or side effects, which are important for an agent to use it correctly in complex scenarios.

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 fully documents both parameters. The description adds no additional parameter semantics beyond what's in the schema (e.g., it doesn't explain path format constraints beyond the example or workspaceId defaults). With high schema coverage, 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.

Purpose5/5

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

The description clearly states the specific action ('Create a nested group structure') and resource ('from a path'), distinguishing it from the simpler 'create_group' sibling tool by specifying it creates missing parent groups. It uses precise terminology that conveys the tool's unique functionality.

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 usage when you need to create a hierarchical group structure with automatic parent creation, but it doesn't explicitly state when to use this versus 'create_group' or other alternatives. No exclusions or prerequisites are mentioned, leaving the agent to infer the appropriate context.

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/martinhjartmyr/sidvy-mcp'

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