considus.com
An independent software studio building a small number of personal tools, made with care, priced honestly, and designed to last.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 6 · Act 0 · Transact 0 · Score: Not yet scored
Tool inspector
get_journal_post
Returns one Considus journal post as text, given its slug. Slugs come from search_journal. A long post is shortened and the canonical URL is always included, so the full text can be fetched or cited from there.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
slug |
string | yes | The post slug. search_journal returns it with each result. |
Raw JSON schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"enum": [
"prompt-injection-and-mail",
"pagespeed-replays-cached-results",
"proton-bridge-mcp-launch",
"catchlight-where-it-stands",
"small-studio-software",
"ai-coding-is-not-cheating"
],
"description": "The post slug. search_journal returns it with each result."
}
},
"required": [
"slug"
]
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…