This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
nostr_profile_fetch
InactiveTool of dime-experiment-tools
declared in 0.1.0
Fetch a Nostr kind:0 profile (display name, picture, lud16, etc.) for a given npub or 64-char hex pubkey, by querying a list of public relays. No auth required.
Parameters schema
{
"type": "object",
"required": [
"pubkey"
],
"properties": {
"pubkey": {
"type": "string",
"description": "npub1... or 64-char hex pubkey"
},
"relays": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional list of wss:// relay URLs. Defaults to a public set."
},
"timeout_ms": {
"type": "integer",
"maximum": 15000,
"minimum": 500,
"description": "Per-query timeout. Default 4000."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
dime-experiment-tools
1/7 registries