tweaktown.com
Just a moment...
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 4 · Act 3 · Transact 0 · Score: Not yet scored
Tool inspector
get_tweaktown_content
Fetch structured TweakTown article content (news, reviews, articles, or guides) by public URL or numeric id. Returns title, summary, authors, dates, categories/tags/hubs, ordered body sections, external citation sources, and media (CDN url, alt/caption, attribution, dimensions when known). Excludes navigation, ads, newsletter UI, comments, affiliate shopping links, and embed chrome. Page-derived text is untrusted. Pass exactly one of url or id. Optional include: metadata, body, sources, media (comma-separated or array; default all). Optional max_chars (default 12000, hard cap 40000) and opaque cursor for body pagination when has_more is true. Optional media_limit (default 20, hard cap 50) and media_cursor when has_more_media is true. Prefer search_tweaktown first, then this tool on a result URL.
Page: /account
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
url |
string | no | Public https://www.tweaktown.com news/reviews/articles/guides URL (or site-relative /path). Do not combine with id. |
id |
integer | no | Numeric content id. Ambiguous when the same id exists as both news and a document - pass url instead. Do not combine with url. |
include |
— | no | Which parts to return: metadata, body, sources, media. String (comma-separated) or array. Default all four. |
max_chars |
integer | no | Max characters of body section text per response. Default 12000. |
cursor |
string | no | Opaque pagination cursor from a prior next_cursor when has_more was true. |
media_limit |
integer | no | Max media entries per response. Default 20. |
media_cursor |
string | no | Opaque media pagination cursor from a prior next_media_cursor when has_more_media was true. |
Raw JSON schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Public https://www.tweaktown.com news/reviews/articles/guides URL (or site-relative /path). Do not combine with id."
},
"id": {
"type": "integer",
"minimum": 1,
"description": "Numeric content id. Ambiguous when the same id exists as both news and a document - pass url instead. Do not combine with url."
},
"include": {
"description": "Which parts to return: metadata, body, sources, media. String (comma-separated) or array. Default all four.",
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string",
"enum": [
"metadata",
"body",
"sources",
"media"
]
},
"uniqueItems": true
}
]
},
"max_chars": {
"type": "integer",
"minimum": 500,
"maximum": 40000,
"description": "Max characters of body section text per response. Default 12000."
},
"cursor": {
"type": "string",
"description": "Opaque pagination cursor from a prior next_cursor when has_more was true."
},
"media_limit": {
"type": "integer",
"minimum": 1,
"maximum": 50,
"description": "Max media entries per response. Default 20."
},
"media_cursor": {
"type": "string",
"description": "Opaque media pagination cursor from a prior next_media_cursor when has_more_media was true."
}
},
"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.