Skip to main content
Glama
alopez3006

snipara-mcp

by alopez3006

rlm_create_client_project

Create a client/project business-context workspace in your current team to organize client documents before uploading them with rlm_upload_document.

Instructions

Create a client/project business-context workspace in the current team. Use this before uploading current client documents with rlm_upload_document.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesClient/project display name
slugNoOptional stable project slug. Defaults to a slugified name.
descriptionNoOptional description. Snipara prefixes it as Client business context when needed.
project_modeNoOptional client project mode. active_client keeps business health enabled; reference_archive is for past-client precedent.
external_client_idNoOptional external client identifier echoed back for integrator workflows.
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits. However, it only states the creation action without any details on side effects, permissions, or idempotency. For a creation tool, this is insufficient disclosure.

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 extremely concise, consisting of two impactful sentences. No redundant information, and the key purpose and usage are front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 5 parameters, 1 required, and no output schema, the description provides minimal context. It doesn't explain what 'business-context workspace' entails, the team concept, or any return value. This is inadequate for a tool with moderate complexity.

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 baseline is 3. The description does not add extra meaning beyond the schema; it only mentions 'current team' context. No additional parameter guidance is provided.

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 specifies the action ('Create'), the resource ('client/project business-context workspace'), and the scope ('in the current team'). It also distinguishes itself from sibling tools by tying its usage to the subsequent document upload workflow with rlm_upload_document.

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 explicitly states when to use the tool ('before uploading current client documents with rlm_upload_document'). While it doesn't list alternatives or when not to use, this contextual guidance is sufficient for typical usage.

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/alopez3006/snipara-mcp'

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