Skip to main content
Glama
RogerRogerHQ

RogerRoger MCP Server

Official
by RogerRogerHQ

create_organization

Creates a new organization record in RogerRoger CRM by providing its name, website, industry, employee count, and notes for immediate storage and management.

Instructions

Create a new organization in RogerRoger

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOrganization name
notesNoAdditional notes
websiteNoOrganization website
industryNoIndustry type
employeesNoNumber of employees
Behavior2/5

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

No annotations provided, so the description carries the full burden of behavioral disclosure. 'Create' implies a write/mutation operation, but the description doesn't note whether duplicate names are rejected, whether creation is idempotent, what happens on failure, or whether the tool returns the created object's ID. For a mutation tool with zero annotation coverage, this is a significant gap.

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?

A single short sentence that states the exact purpose with no wasted words. For a CRUD creation tool, this length is appropriate given the schema already documents all parameters.

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?

For a mutation tool with no annotations and no output schema, the description should disclose return behavior, error cases, or post-creation state (e.g., does it auto-assign relationships?). None of that is present. The 5-parameter, 0-required tool would benefit from guidance on which fields matter, but the description stops at the bare statement of purpose.

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 all 5 parameters are already documented in the schema. The description adds no parameter-level detail beyond what the schema provides. Baseline 3 is appropriate since the schema does the heavy lifting; the description offers nothing extra for parameter understanding.

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?

Description uses a specific verb ('Create') plus resource ('a new organization in RogerRoger'), clearly stating the action. It distinguishes from siblings like update_organization and delete_organization by the create verb, though it doesn't explicitly name alternatives. Clear enough for basic selection.

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 vs alternatives. Does not mention prerequisites (e.g., whether you need to check if the org already exists), nor excludes scenarios where another tool would be better. All parameters optional (0 required) but no hints on which are commonly needed.

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/RogerRogerHQ/rogerroger-mcp-server'

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