3 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
flowie_search: 1 parameter has no description (limit){
name: "flowie_search",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{ name: "flowie_search" /* short, unique, verb-based */ }flowie_search, flowie_overview, flowie_read_page{
name: "flowie_search",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}flowie_search, flowie_overview, flowie_read_page<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="flowie_search" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "flowie_search",
"description": "Search public get-flowie.com content (platform, solutions, e-invoicing country coverage, integrations, pricing, blog, glossary) and return the most relevant pages with title, URL and a snippet.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Natural-language query, e.g. 'France e-invoicing mandate' or 'SAP integration'."
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 10,
"default": 5
}
},
"required": [
"query"
]
},
"annotations": {}
}flowie_search: 1 parameter has no description (limit){
name: "flowie_search",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}flowie_search, flowie_overview, flowie_read_page{
name: "flowie_search",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "flowie_search" /* short, unique, verb-based */ }flowie_search, flowie_overview, flowie_read_page<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="flowie_search" tooldescription="...">
<!-- the same action, as UI -->
</form>