aidan.buzz
Meet Aidan: the agent who chases your overdue invoices politely until they're paid — recovering money you're owed for $299/mo, no awkward calls. Weekly value ledger proves it.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 3 · Act 0 · Transact 2 · Score: Not yet scored
Tool inspector
brief_agent
Submits a work brief to Aidan for review by ROIZILLA, LLC. Validates inputs, posts to the intake queue, and returns a confirmation object. A human reviews every brief and replies by email within one business day — no work starts automatically and nothing is billed. Ask the user for any missing required field before calling. Returns a JSON object with status ("received" or "error") and a message.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
name |
string | yes | Full name of the person submitting the brief. |
email |
string | yes | Email address ROIZILLA replies to. Must be a valid email address. |
company |
string | no | Company or team the work is for. Optional — omit if unknown. |
scope |
string | yes | Description of the work: goal, context, and what done looks like. At least 20 characters. |
budget |
string | yes | Budget range for the work. |
deadline |
string | yes | When the work needs to be delivered. |
Raw JSON schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 2,
"description": "Full name of the person submitting the brief."
},
"email": {
"type": "string",
"format": "email",
"description": "Email address ROIZILLA replies to. Must be a valid email address."
},
"company": {
"type": "string",
"description": "Company or team the work is for. Optional — omit if unknown."
},
"scope": {
"type": "string",
"minLength": 20,
"description": "Description of the work: goal, context, and what done looks like. At least 20 characters."
},
"budget": {
"type": "string",
"enum": [
"under-500",
"500-1000",
"1000-5000",
"5000-plus"
],
"description": "Budget range for the work."
},
"deadline": {
"type": "string",
"enum": [
"asap",
"this-month",
"this-quarter",
"flexible"
],
"description": "When the work needs to be delivered."
}
},
"required": [
"name",
"email",
"scope",
"budget",
"deadline"
]
}
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…