Skip to main content
Glama
sanjibani

storedge-mcp

by sanjibani

create_lead

Add a new lead to StorEdge as a reservation or inquiry, specifying the unit and tenant contact details.

Instructions

Create a new lead (reservation or inquiry) in StorEdge.

lead is the documented payload (see https://api.storedgefms.com/). At minimum: is_reservation (bool) and unit_id or unit_group_id for the unit of interest, plus tenant contact fields (first_name, last_name, email or phone). Use when: "send me a quote for a 10x10" → confirmation creates the lead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
leadYes
facility_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so the description must fully disclose behavior. It states the tool creates a lead, but does not detail side effects, permissions, or idempotency. The reference to external docs partially compensates.

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 with 3 sentences and a URL. It front-loads the main purpose. Slight improvement could be made by removing extraneous detail like the URL inline.

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?

Output schema exists (not shown) so return values are covered. However, for a creation tool, missing info about error responses, idempotency, and validation constraints. The description is adequate 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?

Schema coverage is 0% and the 'lead' param is untyped. The description explains payload structure (minimum fields) and points to docs, adding value beyond the schema. However, it does not explain the 'facility_id' parameter.

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 action ('Create'), the resource ('new lead'), and the domain ('StorEdge'). It distinguishes from siblings like get_lead and update_lead.

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 concrete use case ('send me a quote for a 10x10') and mentions required minimum fields. Lacks explicit when-not-to-use or alternatives, but context from sibling tools is clear.

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/sanjibani/storedge-mcp'

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