Skip to main content
Glama
Hei33enberg

@marocain/mcp-server

by Hei33enberg

request_service

Submit a buyer enquiry (viewing, valuation, financing, renovation, or legal) for a listing. It routes to the verified agent via Marocain Investments and returns a confirmation reference.

Instructions

Submit a buyer ENQUIRY (or request a viewing / valuation / financing / renovation / legal help) for a listing. This is the ONLY conversion path: it routes the enquiry through marocain.investments to the listing's verified agent and returns a confirmation reference — it NEVER returns the agent's contact (the platform intermediates all contact). Works for listings that have a claimed, verified agent; for not-yet-claimed scraped listings it returns a clear note instead of routing. Requires the buyer's name + email so the agent can follow up.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNoOptional message — what they're looking for / questions.
buyer_nameYesThe enquiring buyer's name.
listing_idYesListing id (UUID) to enquire about.
buyer_emailYesThe buyer's email for the agent to reply to.
buyer_phoneNoOptional buyer phone.
service_interestNoOptional: viewing, valuation, financing, renovation, legal, etc.
Behavior5/5

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

With no annotations, the description fully discloses key behaviors: it never returns the agent's contact, the platform intermediates, and for unclaimed listings it returns a note. It also mentions the return of a confirmation reference, covering what would otherwise be unknown.

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 compact yet information-dense. Every sentence adds a necessary behavioral or usage detail, and the key points are front-loaded (purpose, uniqueness, contact privacy). No fluff or redundancy.

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

Completeness5/5

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

Despite no output schema, the description explains return behavior (confirmation reference vs. note for unclaimed). It covers conditions, required fields, and the platform's role. The tool is not overly complex, and all relevant context is provided.

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 100%, so the baseline is 3. The description adds a little extra (why buyer_name and buyer_email are required, examples for service_interest) but these are already present in the schema descriptions. It does not introduce new parameter semantics beyond the structured data.

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 a specific verb-resource pair ('Submit a buyer ENQUIRY') and clarifies the multi-purpose nature (viewing, valuation, etc.). It distinguishes itself from siblings by stating it is 'the ONLY conversion path' and that it routes to the verified agent.

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

Usage Guidelines5/5

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

Explicitly states when to use: for listings with a claimed, verified agent; and what happens otherwise (returns a clear note instead of routing). It also frames itself as the sole conversion path, clearly implying that other tools are not for this purpose.

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/Hei33enberg/Marocain-mcp-server'

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