webmcp.ro
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 3 · Act 3 · Transact 0 · Score: Not yet scored
Tool inspector
request_quote
Sends a quote request for a WebMCP service. Returns a JSON confirmation that the request was recorded; a human replies by email within one business day. Pass the `service` slug from get_services when the user has picked one. This sends a real message to a business, so ask the user to confirm before calling it.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
name |
string | yes | Full name of the person requesting |
email |
string | yes | Email address for the reply |
phone |
string | no | Optional phone number |
company |
string | no | Optional company name |
website |
string | no | Optional website the request is about |
service |
string | no | Optional service slug from get_services, e.g. implementare-webmcp |
message |
string | no | What the user wants to achieve |
Raw JSON schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Full name of the person requesting",
"minLength": 2,
"maxLength": 120
},
"email": {
"type": "string",
"description": "Email address for the reply",
"maxLength": 180
},
"phone": {
"type": "string",
"description": "Optional phone number",
"maxLength": 40
},
"company": {
"type": "string",
"description": "Optional company name",
"maxLength": 150
},
"website": {
"type": "string",
"description": "Optional website the request is about",
"maxLength": 255
},
"service": {
"type": "string",
"description": "Optional service slug from get_services, e.g. implementare-webmcp",
"maxLength": 190
},
"message": {
"type": "string",
"description": "What the user wants to achieve",
"maxLength": 4000
}
},
"required": [
"name",
"email"
],
"additionalProperties": false
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
ejaj.cz
ejaj.cz
muretai.com
muretai — social infrastructure for AI agents. Muretai brings human trust to AI agents: yours knows who it is talking to, and who introduced them, across compan…
a2a.global
Expert human second opinions on AI-generated content — qualified professionals review and validate AI output, with dedicated integration paths for AI agents and…