Intakra Public Signal Review
Server Details
Score supplied buying-signal evidence and prepare review-only why-now briefs. Read-only, no auth.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-06-18
- URL
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one prepares qualitative why-now and fit guidance, while the other deterministically scores evidence and flags gaps. Despite both operating on caller-supplied business signals, their outputs and actions are easy to tell apart.
Both tool names follow a consistent verb_noun_object pattern with snake_case: prepare_why_now_review and score_buying_signal_evidence. The verbs clearly describe distinct actions and the noun phrases align with each tool's purpose.
Two tools is a thin surface, bordering on under-scoped, even for a narrow review-support server. The tools are cohesive, but the count feels minimal for a complete review workflow.
The server covers the core workflow of turning caller-supplied evidence into reviewable guidance and an evidence scorecard. Minor gaps exist, such as a tool to synthesize or summarize both outputs, but no critical dead ends appear within the stated scope.
Available Tools
2 toolsprepare_why_now_reviewPrepare an evidence-labeled why-now reviewARead-onlyInspect
Turn caller-supplied fit criteria and business signals into reviewable why-now and fit guidance. Every fact remains labeled caller-supplied and unverified. The tool does not research, infer budget or buyer intent as fact, draft outreach, access private data, persist input, or take action.
| Name | Required | Description | Default |
|---|---|---|---|
| vendor | Yes | ||
| account | Yes | ||
| signals | Yes | ||
| asOfDate | No | Optional date for reproducible recency scoring. Defaults to the current California date. | |
| fitCriteria | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| status | Yes | |
| whyNow | Yes | |
| headline | Yes | |
| accountName | Yes | |
| disposition | Yes | |
| fitGuidance | Yes | |
| evidenceGaps | Yes | |
| supportedFacts | Yes | |
| prohibitedActions | Yes | |
| requiresHumanReview | Yes | |
| questionsForReviewer | Yes | |
| sourceVerificationPerformed | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnly/openWorld/destructive annotations, the description adds substantive behavioral disclosure: every fact remains labeled caller-supplied and unverified, and the tool does not research, infer budget or buyer intent as fact, draft outreach, access private data, persist input, or take action. This is rich, specific context that helps set correct expectations. No annotation contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences with the core purpose front-loaded, followed by the provenance guarantee and a tight list of exclusions. Every sentence carries meaningful information and there is no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's nested 5-parameter schema and existing output schema, the description covers the crucial non-goals and provenance well. It does not explain account/vendor or date semantics, but the schema and output schema carry those details, so the description is largely complete for safe invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With schema description coverage at only 20% for top-level parameters, the description was expected to compensate, but it only names two input categories ('fit criteria' and 'business signals') and adds a global provenance invariant. It does not clarify the roles of account, vendor, or asOfDate, nor the shape of the inputs, leaving a notable semantics gap beyond what the sparse top-level schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific transformation ('Turn caller-supplied fit criteria and business signals into reviewable why-now and fit guidance') and clearly scopes the tool to review preparation rather than research or outreach. It differentiates by listing non-goals (does not research, infer, draft, access private data), although it does not name the sibling tool explicitly.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool—when caller-supplied fit criteria and signals exist and reviewable guidance is needed—and clearly lists what the tool will not do. However, it provides no explicit when-not-to-use guidance or routing to the sibling tool 'score_buying_signal_evidence', leaving some selection burden on the agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
score_buying_signal_evidenceScore caller-supplied buying-signal evidenceARead-onlyInspect
Deterministically score caller-supplied business-account fit and buying-signal evidence. Returns a review-only scorecard, evidence gaps, and unsupported-claim flags. The tool does not fetch sources, access Intakra workspaces, store input, spend money, draft outreach, or send anything.
| Name | Required | Description | Default |
|---|---|---|---|
| vendor | Yes | ||
| account | Yes | ||
| signals | Yes | ||
| asOfDate | No | Optional date for reproducible recency scoring. Defaults to the current California date. | |
| fitCriteria | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| fit | Yes | |
| scores | Yes | |
| status | Yes | |
| asOfDate | Yes | |
| evidence | Yes | |
| boundaries | Yes | |
| nextAction | Yes | |
| accountName | Yes | |
| disposition | Yes | |
| evidenceGaps | Yes | |
| unsupportedClaims | Yes | |
| requiresHumanReview | Yes | |
| admissibleSignalCount | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnlyHint, destructiveHint), the description explicitly lists what the tool does NOT do: fetch sources, access workspaces, store input, spend money, draft outreach, or send anything. It also declares deterministic scoring and review-only outputs, giving the agent a clear side-effect profile. This is excellent transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two crisp sentences: the first states the purpose and outputs, the second lists explicit exclusions. Every sentence earns its place, and the key verb ('score') is front-loaded. No filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with nested objects, 5 parameters, and an output schema, the description is shorter than ideal. It covers purpose, return type, and side-effect exclusions, but it does not provide usage context, prerequisites, or relationship to the sibling. The output schema exists so return values are covered, but an agent would still benefit from more guidance on how to structure inputs or when to invoke this tool versus prepare_why_now_review.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 20%, so the description must compensate by adding parameter meaning. It does not: it only generically says 'caller-supplied business-account fit and buying-signal evidence' without explaining formats, defaults, constraints (e.g., maxItems, observedAt staleness, confidence semantics), or how parameters interact. The schema's property descriptions are doing the heavy lifting, but the description adds no value beyond that.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with the specific verb 'score' and names the resource ('caller-supplied business-account fit and buying-signal evidence'), clearly distinguishing it from the sibling prepare_why_now_review. It also states the outputs (scorecard, evidence gaps, unsupported-claim flags), making the tool's role unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by saying it scores caller-supplied evidence, and the negative list ('does not fetch sources...') tells the agent what this tool won't do — a weak form of when-not guidance. However, it never explicitly names the alternative (prepare_why_now_review) or states when to choose this over it, leaving the differentiation to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
prepare_why_now_review - First observed
score_buying_signal_evidence
Publisher details
- Operator
- Soxoa LLC
- Operator website
- https://soxoa.com
- Vendor relationship
- First-party
- Documentation
- https://intakra.com/mcp-guide
- Trust center
- https://intakra.com/trust
- Restrictions
- Unknown
Related MCP Connectors
Estimate illustrative automation ROI and rank recurring workflows to automate. Read-only, no auth.
21Read-only, deterministic AI triage and readiness tools implementing Sophon's published rubrics.
Read-only impersonal market research: portfolio rankings, ticker scores, signals, daily briefs.
Read-only discovery and bounded access to a finite market briefing with evidence boundaries.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables read-only inspection of ad-bid recommendations, scenario analysis, and explanation of threshold decisions using synthetic fixtures, without requiring live ad accounts or credentials.-
- AlicenseNot gradedqualityCmaintenanceTurns an unstructured business note into deterministic, explainable signals for revenue, automation, risk, urgency, and data, returning a score, priority, evidence, and a suggested next action. This lets an AI assistant assess and prioritize business opportunities through an auditable, locally computed tool.MIT
- AlicenseNot gradedqualityBmaintenanceRead-only MCP service for normalized public evidence from Web, X, YouTube, Reddit, and RSS. Owner-authenticated via Cloudflare Access, it exposes health, read, and transcript actions to ChatGPT and Codex.MIT
- FlicenseAqualityCmaintenanceProvides real-time account intelligence, deal signals, and strategic openers to AI agents and MCP-compatible orchestrators, enabling automated sales workflows such as pre-call battlecards, deal reactivation, and territory monitoring.12-
Glama MCP Gateway
Add one secure layer between your agents and this server.