No earlier complete public snapshot yet. Watch would start a baseline on the next complete check.
Server-provided content. Tool names, descriptions and schemas below are copied from the MCP server. They may be in another language. Talandor does not translate or verify them.
Tools and declared exposure
Server annotations are declarations, not verified behavior.
Show 6 of 6 server-provided tool definitions
create_inbox
No effect details providedShow server-provided details
Create a webhook inbox
Server description (copied; language not verified)
Create a public URL that captures any HTTP request sent to it. Use it when you need something outside this session to reach you: an OAuth redirect, a payment provider callback, a CI notification, a webhook you are testing. Returns the URL to hand to the other service. Requests are readable with get_requests or wait_for_request.
Input schema (server-provided preview — do not copy)
{
"type": "object",
"properties": {
"label": {
"type": "string",
"description": "Optional note to yourself, for example 'stripe test'."
}
}
}
delete_inbox
No effect details providedShow server-provided details
Delete an inbox
Server description (copied; language not verified)
Delete an inbox and everything captured in it.
Input schema (server-provided preview — do not copy)
No effect details providedShow server-provided details
List your inboxes
Server description (copied; language not verified)
List the inboxes you currently own, with their URLs and expiry.
Input schema (server-provided preview — do not copy)
{
"type": "object",
"properties": {}
}
wait_for_request
No effect details providedShow server-provided details
Wait for a request to arrive
Server description (copied; language not verified)
Block until a request lands in the inbox, then return it. This is the tool to use straight after you have triggered the action that should produce the callback. Returns immediately if something already arrived after the sequence number you pass.
Input schema (server-provided preview — do not copy)
{
"type": "object",
"required": [
"inbox_id"
],
"properties": {
"inbox_id": {
"type": "string"
},
"after_seq": {
"type": "integer",
"default": 0,
"description": "Return only requests newer than this sequence number. Use 0 the first time."
},
"timeout_seconds": {
"type": "integer",
"default": 30,
"description": "How long to wait. Capped by your tier."
}
}
}
Evidence and limitations
Method: anonymous Streamable HTTP probe. We never invoke a tool.
Attempted protocols: 2026-07-28, 2025-11-25
Protocol2025-11-25
TransportStreamable HTTP
AuthNo authentication challenge observed
EvidencePublic contract observed
Total latency10212 ms
Response bytes2350
No diagnostic errors.
Observation history
Operational
2025-11-25 · 6 tools
Unreachable now
No protocol
Operational
· stable since
2025-11-25 · 6 tools · no change · 2 checks
Unreachable now
No protocol
Operational
· stable since
2025-11-25 · 6 tools · no change · 2 checks
Unreachable now
No protocol
Unreachable now
No protocol
Unreachable now
No protocol
Unreachable now
No protocol
Unreachable now
No protocol
Unreachable now
No protocol
Operational
2025-11-25 · 6 tools
Unreachable now
No protocol
Unreachable now
No protocol
Unreachable now
No protocol
Unreachable now
No protocol
Unreachable now
No protocol
Operational
2025-11-25 · 6 tools
Unreachable now
No protocol
Operational
2025-11-25 · 6 tools
Unreachable now
No protocol
Operational
2025-11-25 · 6 tools
Unreachable now
No protocol
Unreachable now
No protocol
Unreachable now
No protocol
Operational
2025-11-25 · 6 tools
Unreachable now
No protocol
Unreachable now
No protocol
Operational
2025-11-25 · 6 tools
Unreachable now
No protocol
Complete public contract · 2025-11-25 · 6 tools
29e206daa9ea
Deep monitoring eligibility
Eligible for deep monitoring
A complete public tools/list contract was observed, so a future deep-monitoring baseline can be compared safely.
Personal Watch is not open yet. This report does not start a Watch or a payment.