kujolang.ai
Kujo is the programming language for AI-native software, local-first automation, and agentic workflows.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 4 · Act 0 · Transact 0 · Score: Not yet scored
Tool inspector
get_content
Retrieve one known public record by exact Kujo ID or same-origin URL. Returns no HTML.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
id |
string | no | — |
url |
string | no | — |
Raw JSON schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"minLength": 1,
"maxLength": 256
},
"url": {
"type": "string",
"minLength": 1,
"maxLength": 2048
}
},
"oneOf": [
{
"required": [
"id"
]
},
{
"required": [
"url"
]
}
]
}
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…