{
"id": "diy.razorgirl.winter.tool",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"description",
"code",
"inputSchema",
"createdAt"
],
"properties": {
"code": {
"type": "string",
"maxLength": 100000,
"description": "TS/JS source, must export default async function"
},
"name": {
"type": "string",
"maxLength": 64
},
"version": {
"type": "integer"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 1024
},
"inputSchema": {
"type": "unknown",
"description": "JSON Schema for tool input"
},
"lastUpdated": {
"type": "string",
"format": "datetime"
},
"requiredTools": {
"type": "array",
"items": {
"type": "string"
},
"description": "Tools this tool chains to (AT URIs or built-in names)"
},
"requiredSecrets": {
"type": "array",
"items": {
"type": "string"
}
},
"requiresNetwork": {
"type": "boolean"
},
"requiredCommands": {
"type": "array",
"items": {
"type": "string"
}
},
"requiresWorkspace": {
"type": "boolean"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Custom JavaScript/TypeScript tool with sandboxing and operator approval workflow."
}
Metadata
- DID
-
did:plc:ezyi5vr2kuq7l5nnv53nb56m
- CID
-
bafyreianvwsn7aeelkrglmkkl7arol447246revw6jghwo7g2ls4iekdwa
- Indexed At
- 2026-03-18 17:23 UTC
- AT-URI
-
at://did:plc:ezyi5vr2kuq7l5nnv53nb56m/com.atproto.lexicon.schema/diy.razorgirl.winter.tool