Skip to main content
Glama
TheNovaNodes

AnythingLLM Control Plane MCP Server

by TheNovaNodes

create_workspace

Create a new AnythingLLM workspace by specifying a name. Returns details of the created workspace or an error message.

Instructions

Create a new workspace in AnythingLLM.

Args: name: Name for the new workspace.

Returns: JSON string with created workspace details or error message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only mentions that the tool returns a JSON string with details or an error message, but does not disclose permissions, side effects, or error scenarios beyond the generic message.

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 core action. The Args/Returns structure is clean, although the Args line is somewhat redundant with the schema.

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 one-parameter create tool with an output schema, the description covers the essential action and return type. However, it omits details like uniqueness constraints, name limitations, or preconditions that could affect usage in realistic workflows.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. The 'Args: name: Name for the new workspace' line adds only minimal meaning beyond the schema property's title 'Name' and does not specify constraints, uniqueness, or formatting requirements.

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 opens with 'Create a new workspace in AnythingLLM,' which clearly states the verb and resource. It distinguishes the tool from siblings like list_workspaces and delete_workspace, which perform different actions.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives or when not to use it. The description simply states the action without any context, exclusions, or prerequisites.

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/TheNovaNodes/anythingllm-mcp-control'

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