suggest_names
ActiveTool of On-Demand-Books
Suggest first names for which personalized puzzle books are likely available. Use this when a user is unsure of a spelling, wants gift-recipient ideas, or only has part of a name. Returns popular available names, optionally filtered by a case-insensitive prefix. To confirm a specific name has matching books, follow up with `search_books`.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"description": "Maximum number of suggestions to return (default 20, max 100)."
},
"prefix": {
"type": "string",
"description": "Optional name prefix to complete (e.g. 'su' -> 'Susan', 'Susie', 'Suzanne'). If omitted, returns a curated list of popular names."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
On-Demand-Books
https://github.com/gmlewis/on-demand-books-mcp
2/7 registries