nubios.be
nubios.be
live
Unverified (seed import)
Productivity & Business
9 tools
imperative implementation
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 7 · Act 0 · Transact 2 · Score: Not yet scored
Tool inspector
prepare_contact_inquiry
transact
imperative
May require confirmation
Fill the Nubios contact form with a project inquiry. By default it only fills the fields and leaves submission to the user — set submit to true ONLY after the user has explicitly confirmed the message content. Navigates to the contact page first if needed.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
name |
string | yes | Full name of the person making contact. |
email |
string | yes | Reply-to email address. |
phone |
string | no | Optional phone number, international format preferred. |
message |
string | yes | Description of the project, scope and timeline. |
submit |
boolean | no | Send the form. Requires explicit user confirmation. |
Raw JSON schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 2,
"maxLength": 120,
"description": "Full name of the person making contact."
},
"email": {
"type": "string",
"format": "email",
"maxLength": 200,
"description": "Reply-to email address."
},
"phone": {
"type": "string",
"maxLength": 40,
"description": "Optional phone number, international format preferred."
},
"message": {
"type": "string",
"minLength": 20,
"maxLength": 4000,
"description": "Description of the project, scope and timeline."
},
"submit": {
"type": "boolean",
"default": false,
"description": "Send the form. Requires explicit user confirmation."
}
},
"required": [
"name",
"email",
"message"
],
"additionalProperties": false
}
Similar websites
eworker.ca
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
live
Unverified
Productivity & Business
eworker_site_status
eworker_list_apps
eworker_resolve_app
eworker_open_app
ewdoc_status
Inspect tools
urban-planning-copilot.heisenbug.in
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
demo
Unverified
Productivity & Business
get_workspace
get_analysis_plan
list_candidates
inspect_candidate
list_shortlist
Inspect tools
vide.zerdalu.com
vide.zerdalu.com
Vide
live
Unverified
Productivity & Business
Transact tools
list_project_files
read_project_file
write_project_file
delete_project_file
get_active_script
Inspect tools
labspace-agent-twin.onrender.com
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.
demo
Unverified
Productivity & Business
labspace_add_inventory
labspace_assess_workflow
labspace_resolve_materials
labspace_start_collection
labspace_collection_step
Inspect tools