Skip to main content
Glama
TeamUnilytics

Unilytics MCP Server

Official

create_folder

Create a folder inside a project to organize related skills, knowledge-base files, and memory. Call list_projects first to get the project ID, then define the folder name to group your working context.

Instructions

Create a folder (Context) inside a project to organize skills + files.

A folder groups a related set of skills (e.g. a "Content Refresh" folder),
its knowledge-base files, and its memory — the project's working context.
Call list_projects() first for the project_id.

Args:
    project_id: The project UUID (from list_projects or create_project).
    name: The folder name (e.g. "Content Refresh").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
configNo
project_idYes
Behavior2/5

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

Annotations provide no read-only or destructive hints, so the description must disclose behavior. It explains what a folder conceptually is but omits effects like whether creation is idempotent, what happens on duplicate names, what the API returns, or permission requirements. The write nature is implied by 'create' but not elaborated.

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 description is concise and front-loaded with the clear purpose. The conceptual explanation about folder grouping adds context without excessive verbosity. The args section is cleanly formatted, though the inclusion of the 'content refresh' example twice could be trimmed.

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 simple create tool with 3 parameters and no output schema, the description covers the core mechanics but misses the config parameter and any mention of return values or error conditions. It is adequate for basic use but not comprehensive.

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?

Description explains project_id and name clearly, including source for project_id and an example folder name. However, the optional 'config' parameter is not described at all, and with 0% schema coverage, this leaves a gap in understanding the full parameter set.

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 tool creates a folder (Context) within a project to organize skills and files, distinguishing it from project-level tools by describing the grouping purpose. The verb 'create' and resource 'folder' are specific and align with the tool name.

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?

Provides a clear prerequisite: 'Call list_projects() first for the project_id.' It also explains when a folder is useful (to group related skills and files). However, it does not explicitly mention alternatives or when not to use it, such as when adding to an existing folder (add_skill_to_folder).

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/TeamUnilytics/unilytics-mcp'

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