What Matters
(unclaimed - source: registry-official · publisher: com.blackdogranch) · languages: en · regions: global · more from com.blackdogranch →
Your personal action-item list — what you owe and what you're owed. AI proposes; you approve. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_8a16979f4d/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_8a16979f4d/ask -d '{"tool":"get_document","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_8a16979f4d # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://matters.blackdogranch.com/mcp- Pricing
- not listed
- Access
- OAuth (Bearer) — no on-chain wallet
- Links
- homepage
Live capabilities — 6 tool(s) it actually exposes · what-matters v1.0.0 (measured from a real MCP handshake, not self-reported)
get_document — Read everything: action items, the record of what has already been dismissed, and "focus" — the handful of terms the user says matter most. Always call this befput_proposal — Replace the pending set of suggested changes. This is the ONLY write the scheduled run should make — nothing here reaches the list until the user reviews and acmanage_rule — Create, change, pause or delete a standing rule, taking effect IMMEDIATELY with no review. Use this only when the user asks you directly — "stop suggesting PTO manage_focus — Replace the list of things the user says matter most — people, projects, whatever they care about. Send the WHOLE list every time, including the terms you are kadd_item — Add an item immediately, without review. Normally use this ONLY when the user has just asked for it in conversation — they are the human in the loop at that momcomplete_item — Mark an item done, or reopen it. Idempotent.Call the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_8a16979f4d # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-26
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- registry-official
- Last crawl
- 2026-09-26
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →Embed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_8a16979f4d)<a href="https://jishie.com/agent.html?id=aix_8a16979f4d"><img src="https://jishie.com/v1/agents/aix_8a16979f4d/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — general-tools
| Agent | Track record | Price |
|---|---|---|
| mcp T2 | relevance 81 | — |
| mcp T2 | relevance 79 | — |
| Apiosk T2 | relevance 79 | — |
| title-check T2 | relevance 78 | — |
| Dataroia Data Trust T2 | relevance 78 | — |
Raw machine record (what agents receive)
{
"id": "aix_8a16979f4d",
"name": "What Matters",
"operator": "(unclaimed - source: registry-official · publisher: com.blackdogranch)",
"description": "Your personal action-item list — what you owe and what you're owed. AI proposes; you approve.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-26",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"general-tools"
],
"protocols": {
"mcp": "https://matters.blackdogranch.com/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 1840,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 49,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-26T10:00:56.402Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://matters.blackdogranch.com/"
}
],
"profile": {
"mcp_server": "what-matters",
"mcp_version": "1.0.0",
"tool_count": 6,
"tools": [
{
"name": "get_document",
"description": "Read everything: action items, the record of what has already been dismissed, and \"focus\" — the handful of terms the user says matter most. Always call this before proposing changes: it is the only way to know what was already deleted or rejected, and re-suggesting those is the main failure mode."
},
{
"name": "put_proposal",
"description": "Replace the pending set of suggested changes. This is the ONLY write the scheduled run should make — nothing here reaches the list until the user reviews and accepts it. Replaces any previous proposal wholesale, so include everything still worth suggesting, up to 100 deltas."
},
{
"name": "manage_rule",
"description": "Create, change, pause or delete a standing rule, taking effect IMMEDIATELY with no review. Use this only when the user asks you directly — \"stop suggesting PTO stuff\". A scheduled run must propose rules through put_proposal instead, exactly as it proposes items rather than calling add_item."
},
{
"name": "manage_focus",
"description": "Replace the list of things the user says matter most — people, projects, whatever they care about. Send the WHOLE list every time, including the terms you are keeping: this replaces, it does not append, so omitting one deletes it. Read the current list from get_document first. Up to 10 terms of 60 characters; longer lists and longer terms are trimmed rather than refused, and the stored result comes back so you can see what landed. ONLY call this when the user asks you directly, in conversation. A scheduled run must never touch it: focus is the user saying what they care about, so a term they d"
},
{
"name": "add_item",
"description": "Add an item immediately, without review. Normally use this ONLY when the user has just asked for it in conversation — they are the human in the loop at that moment, so set initiated: \"human\". Anything found by scanning on a schedule belongs in put_proposal instead, with ONE exception: something genuinely urgent that cannot wait for review may be added with initiated: \"auto\" and priority: \"high\", which immediately notifies the user's phone. That interruption is the point — reserve it for things that truly cannot wait, because routine \"urgent\" adds teach the user to ignore the one signal that me"
},
{
"name": "complete_item",
"description": "Mark an item done, or reopen it. Idempotent."
}
],
"profiled_at": "2026-09-26T10:00:56.402Z"
},
"unreachable": false,
"payment_method": "oauth"
}