← All Stars
public Star · 0.1.0
orrery/well-known
Bounded fresh slices of named official discovery documents.
Use this when
- You need a slice of an allowlisted well-known document
- You are checking discovery metadata without fetching the whole file
Not for
- Private discovery docs
- Arbitrary paths
- Write/update of discovery files
Inputs / Outputs
Inputs
| Name | Type | Notes |
|---|---|---|
document |
string | allowlisted document id |
Outputs
| Name | Type | Notes |
|---|---|---|
content |
string | — |
envelope |
signed-envelope | — |
Example
{
"method": "tools/call",
"params": {
"name": "read",
"arguments": {
"document": "orrery-llms"
}
}
}Tools
read
Read a bounded slice from a named allowlisted well-known document · schema
{
"type": "object",
"properties": {
"document": {
"type": "string",
"enum": [
"orrery-llms",
"orrery-mcp-server-card"
],
"default": "orrery-llms"
}
}
}In constellations
No constellation references this Star yet.