eduardocruz.com
Senior Laravel engineer & AI-native fractional CTO. 25 years building web apps; I ship production AI agents with the Laravel AI SDK, Claude Code & MCP. $60/hr.
First seen 2026-08-31 · Last seen 2026-08-31 · Source: webmcp.com
Answer 1 · Act 2 · Transact 1 · Score: Not yet scored
Tool inspector
prepare_inquiry
Fill the inquiry form on this page with the person's name, email and what they want to build, so they can read it before sending. This does NOT send anything — call send_inquiry only after they have seen the filled form and agreed to it.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
name |
string | yes | The person's name. |
email |
string | yes | Their reply address. |
problem |
string | yes | What they are trying to ship, in their own words. |
hours_per_week |
integer | no | Optional: the package they are considering. |
Raw JSON schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The person's name."
},
"email": {
"type": "string",
"description": "Their reply address."
},
"problem": {
"type": "string",
"description": "What they are trying to ship, in their own words."
},
"hours_per_week": {
"type": "integer",
"description": "Optional: the package they are considering."
}
},
"required": [
"name",
"email",
"problem"
],
"additionalProperties": false
}
Similar websites
dribba.com
Digital product agency in Barcelona and Andorra since 2011 — product strategy, design and engineering, and an official Google Flutter Partner.
toban.app
Free duty-roster maker for building cleaning, lunch, and daily-monitor rotation charts in the browser — no signup, print-quality output. WebMCP tools let an age…
farahsolutions.ae
Farah Solutions helps UAE businesses master Corporate Tax, ICV certification, e-invoicing, and government procurement. Powered by Farah Suite.
flatwrite.md
A minimalist markdown editor with live preview, paged document layout, and one-click export to HTML, PDF, or shareable URL.