df.fenx.work
Knowledge Has No Bounds
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 3 · Act 4 · Transact 0 · Score: Not yet scored
Tool inspector
browse_month
List every Design Fragments item published in a given calendar month. The public archive currently runs from 2021-07 through 2026-08. Use when the visitor asks what was published in a specific year and month. Returns a compact list (item_id, title, description, url, tags, category, hasNotes). Call open_item for full detail.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
year |
integer | yes | Four-digit year, e.g. 2024 |
month |
integer | yes | Calendar month from 1 to 12 |
Raw JSON schema
{
"type": "object",
"properties": {
"year": {
"type": "integer",
"description": "Four-digit year, e.g. 2024",
"minimum": 2021
},
"month": {
"type": "integer",
"description": "Calendar month from 1 to 12",
"minimum": 1,
"maximum": 12
}
},
"required": [
"year",
"month"
],
"additionalProperties": false
}
Similar websites
tracinginsights.com
Analyze Formula 1 racing data with interactive charts for lap times, live telemetry, timing data and race performance. Explore and Compare drivers across multip…
fiveminutebrief.ai
panoptik-studio.vercel.app
Browser-native demo video editor where humans and AI agents co-edit on the same canvas via WebMCP. No uploads, no server.
webroom.openai.chatgpt.site
A private, browser-based photo editor with precise manual controls and agent-ready WebMCP tools.