Skip to main content
Glama

Create an organization

weeek_create_an_organization

Create a new organization in CRM with name, addresses, emails, phones, and responsible users.

Instructions

POST /crm/organizations. Create an organization. Tags: Organizations. Body: application/json.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states 'Create an organization' with HTTP method. It does not mention idempotency, side effects, required permissions, or what happens on duplicate names. For a creation tool, this is insufficient transparency.

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

Conciseness3/5

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

The description is very short, which is concise, but it omits critical information. It states the endpoint and a basic action but does not include usage notes or parameter hints. It is not optimally structured; it could be more concise if it included essential details. Score reflects minimal viability.

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?

Given the tool's complexity (nested input, no output schema, 0% schema coverage) and lack of annotations, the description is incomplete. It does not describe return values, error conditions, or typical usage patterns. For a creation tool, this is insufficient for an AI agent to use correctly.

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

Parameters1/5

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

The schema coverage is 0%, so the description must compensate by explaining parameters. It does not mention the 'body' object or its properties (name, emails, etc.). The agent must rely solely on the schema, which lacks descriptions for each field. This fails to add value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

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

The description clearly states the action ('Create an organization') and the resource ('organization'), with the HTTP method and endpoint. It distinguishes from sibling tools like create_a_contact or create_a_deal by specifying the resource type. However, it lacks context about the organizational scope (e.g., workspace), so it's not a perfect 5.

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 on when to use this tool versus alternatives. The sibling list includes many creation tools, but the description does not explain prerequisites, typical use cases, or scenarios where another tool would be better. The agent receives no hints about 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/maxwellviksna-stack/weeek-mcp'

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