sign_up_free_account
InactiveTool of Fodda Knowledge Graphs
Create a free Fodda Base account (100 API calls/month across ALL knowledge graphs) and send a confirmation email. GUARDRAIL: only call this AFTER the user has explicitly provided their email and asked to create an account — never sign someone up proactively or with an email inferred from earlier context. Can also pass profile fields (name, job_title, company).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"email"
],
"properties": {
"name": {
"type": "string",
"description": "User's full name (optional — collect conversationally after signup)"
},
"email": {
"type": "string",
"description": "User's email address (required)"
},
"company": {
"type": "string",
"description": "User's company name (optional)"
},
"job_title": {
"type": "string",
"description": "User's job title (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fodda Knowledge Graphs
https://github.com/fodda/mcp-server
1/7 registries