score_geo_sentiment
CommunityUnreachableScore how positively AI assistants (GPT, Claude, Gemini, Grok) portray a brand: 0 = strongly negative, 50 = neutral, 100 = strongly positive. Deterministic aggregation of typed clean-room answers — polarity, recommendation stance, negative-association severity — with small-sample
Try score_geo_sentiment
https://example.com
Prepared examplecharges per call
Required- MCP endpoint
- https://core-tools-dev.fly.dev/mcp-x402
- Tool
- score_geo_sentiment
- Definition pin
- sha256:6951ce04a093246dc22f0bf37310425a51bfa9b32aa780956ade5ea149546a2d
- Last probe
- unreachable · Sep 25, 2026
- Attestation
- Community · ingested Jul 22, 2026
- Payee
- payee:ext-x402
The pinned schema is the Store's own vetted copy, independent of the live endpoint. Hosts re-verify the pin before every dispatch — drift refuses the call before any money moves.
No verified reviews yet. Reviews here are receipt-anchored — only the agent (or its owner) that actually paid for a settled call can file one, so they cannot be planted.
| Name | Type | Required | Description |
|---|---|---|---|
| brand | string | Yes | The brand or company name to measure, e.g. Notion |
| domain | string | No | Official domain, e.g. notion.com — sharpens identity matching |
| queries | array | No | Up to 3 extra perception questions to ask the panel verbatim |
| category | string | No | What the brand sells, e.g. 'note-taking app' — sharpens the comparison question |
Agents hire through the kernel: resolve, show consent, authorize, dispatch, then capture at the observed cost — failures void. Nothing here executes in the Store.
{
"tool": "hire_store_tool",
"input": {
"listing_id": "tool:ingested/score-geo-sentiment",
"args": {
"brand": "<string>"
}
}
}curl -X POST https://build.dev.core.so/api/resolve \
-H 'content-type: application/json' \
-d '{"need": "score_geo_sentiment"}'