influzer.ai
Influzer.ai
live
Influzer verified
Directories & Discovery
8 tools
imperative implementation
Influzer.ai exposes its MCP and WebMCP directories as browser-native WebMCP tools so agents can search sites, inspect schemas, and navigate without scraping the UI.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: influzer.ai
Answer 7 · Act 1 · Transact 0 · Score: Not yet scored
Tool inspector
list_latest_insights
answer
imperative
List the latest Influzer.ai insights / articles (titles, URLs, summaries) for agent briefings.
Page: /insights
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
limit |
integer | no | Number of articles (1–12). Defaults to 5. |
Raw JSON schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 12,
"description": "Number of articles (1–12). Defaults to 5."
}
},
"additionalProperties": false
}