ai.actwise/ideation
Actwise Ideation helps founders benchmark startup and product ideas before they build.
Block For Production
trustsnap_4b1b79e4e038797a.- Utility Coverage
- Transport Compliance
- Request Association
- Add an explicit confirm/dry-run parameter or two-step confirmation flow to write, delete, exec, and egress-capable tool…
- Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.
- Serve /.well-known/mcp/server-card.json and include tools, prompts/resources, homepage, and support links.
- No segmented attention signals observed in the current window.
Dispute this assessment
If any published claim about this server -- its score, a risk flag, a capability classification, or its taxonomy -- is factually wrong, tell us what evidence shows and we will review it. This does not require claiming or verifying ownership of the server first.
Verify responds to disputes within 5 business days and resolves them within 15.
Dispute history
No disputes filed for this server.
Risks
Security posture
Tool capability & risk inventory
| Tool | Capabilities | Risk | Findings | Notes | Evidence |
|---|---|---|---|---|---|
read_context_resource |
read | Low | none | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"openWorldHint": false,
"readOnlyHint": true
},
"capabilities": [
"read"
],
"input_schema": {
"additionalProperties": false,
"properties": {
"known_etag": {
"description": "Optional ETag of this exact resource already loaded in the current conversation.",
"type": [
"string",
"null"
]
},
"uri": {
"description": "A registered Actwise runtime resource URI.",
"pattern": "^actwise://",
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
},
"risk_flags": []
}
Dispute this classification
|
evaluate_idea |
write secrets | Medium | secret material access | No explicit safeguard hints detected. |
Schema & evidence{
"annotations": {
"destructiveHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"capabilities": [
"write",
"secrets"
],
"input_schema": {
"additionalProperties": false,
"allOf": [
{
"if": {
"properties": {
"evaluation_mode": {
"const": "official"
}
},
"required": [
"evaluation_mode"
]
},
"then": {
"required": [
"official_authorization"
]
}
},
{
"if": {
"anyOf": [
{
"properties": {
"evaluation_mode": {
"const": "preview"
}
},
"required": [
"evaluation_mode"
]
},
{
"not": {
"required": [
"evaluation_mode"
]
}
}
]
},
"then": {
"properties": {
"official_authorization": false
}
}
}
],
"properties": {
"canonical_payload": {
"additionalProperties": false,
"description": "Normalized idea fields used for scoring and verification.",
"properties": {
"category": {
"description": "Product or business-model category for segmentation and benchmarks.",
"enum": [
"b2b-saas",
"vertical-saas",
"b2c-app",
"marketplace",
"developer-tool",
"workflow-automation",
"ai-agent",
"data-product",
"api-infrastructure",
"commerce-enablement",
"managed-service",
"open-source",
"community-product",
"hardware-enabled",
"other"
],
"type": "string"
},
"industry": {
"description": "Primary industry taxonomy label for segmentation and benchmarks.",
"enum": [
"fintech",
"healthtech",
"edtech",
"ecommerce",
"cybersecurity",
"climate-tech",
"energy",
"proptech",
"logistics",
"mobility",
"manufacturing",
"agriculture-and-food",
"consumer-internet",
"media-and-creator",
"enterprise-it",
"other"
],
"type": "string"
},
"problem": {
"description": "Customer problem being solved; concrete pain, not a feature list.",
"maxLength": 1000,
"minLength": 20,
"type": "string"
},
"solution": {
"description": "What you build and how it addresses the stated problem.",
"maxLength": 1000,
"minLength": 20,
"type": "string"
},
"stage": {
"description": "Current maturity of the idea or product.",
"enum": [
"idea",
"prototype",
"mvp",
"pilot",
"early-traction",
"production"
],
"type": "string"
},
"target_customer": {
"description": "Who feels the pain and would buy or adopt; a segment, not everyone.",
"maxLength": 500,
"minLength": 10,
"type": "string"
},
"why_now": {
"description": "Why this is timely now versus earlier attempts.",
"maxLength": 500,
"minLength": 10,
"type": "string"
}
},
"required": [
"problem",
"target_customer",
"solution",
"why_now",
"industry",
"category",
"stage"
],
"type": "object"
},
"client_runtime_sidecar": {
"additionalProperties": false,
"description": "Runtime-only client envelope fields stripped before service-side LLM prompt construction.",
"properties": {
"coaching_style_profile_delta": {
"additionalProperties": false,
"description": "Optional coaching style delta; never forwarded to scoring LLM prompts.",
"properties": {
"changed": {
"description": "True when the coaching style profile changed in this turn.",
"type": "boolean"
},
"confidence": {
"description": "Client confidence in the coaching style delta.",
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"patch": {
"description": "Opaque patch operations describing the coaching style delta.",
"items": {
"type": "object"
},
"type": "array"
},
"source": {
"description": "How the delta was produced: explicit, inferred, mixed, or system_default.",
"enum": [
"explicit",
"inferred",
"mixed",
"system_default"
],
"type": "string"
}
},
"required": [
"changed",
"patch",
"source",
"confidence"
],
"type": "object"
},
"idea_revision_lineage": {
"additionalProperties": false,
"description": "Optional iteration lineage for preview progress comparison.",
"properties": {
"idea_lineage_id": {
"description": "Stable client id linking preview/official iterations of one idea.",
"maxLength": 160,
"minLength": 1,
"type": "string"
},
"previous_evaluation_id": {
"description": "Prior evaluation id to compare against; null on first revision.",
"maxLength": 160,
"type": [
"string",
"null"
]
},
"revision_summary": {
"description": "Short summary of what changed since the previous evaluation.",
"maxLength": 2000,
"type": [
"string",
"null"
]
},
"revision_target_lens": {
"description": "Dimension this revision aimed to improve; null if none.",
"oneOf": [
{
"description": "One of the seven Actwise evaluation dimensions.",
"enum": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"idea_lineage_id"
],
"type": "object"
},
"visibility": {
"const": "runtime_only_not_llm",
"description": "Marker that sidecar fields are runtime-only and not LLM-visible.",
"type": "string"
}
},
"type": "object"
},
"evaluation_mode": {
"default": "preview",
"description": "preview: lens percentiles only, no LLM or baseline write (default). official: full verification path for end-of-ideation standing.",
"enum": [
"preview",
"official"
],
"type": "string"
},
"idempotency_key": {
"description": "Optional key to dedupe retries of the same submission; null if unused.",
"maxLength": 160,
"type": [
"string",
"null"
]
},
"metadata": {
"additionalProperties": false,
"description": "Submission provenance and optional display metadata.",
"properties": {
"company_id": {
"description": "Optional company identifier when known; null otherwise.",
"maxLength": 120,
"type": [
"string",
"null"
]
},
"conversation_depth": {
"description": "Count of substantive conversation turns before submission.",
"minimum": 0,
"type": "integer"
},
"idea_title": {
"description": "Optional display title for official evaluation Markdown (IMPL-26 Phase 3).",
"maxLength": 160,
"type": [
"string",
"null"
]
},
"linkedin_connected": {
"description": "Whether the submitter has LinkedIn connected for profile enrichment.",
"type": "boolean"
},
"submission_source": {
"description": "Who originated the submission: user, seed, or internal test.",
"enum": [
"user",
"seed",
"internal_test"
],
"type": "string"
},
"subscriber_id": {
"description": "Optional subscriber identifier when known; null otherwise.",
"maxLength": 120,
"type": [
"string",
"null"
]
},
"template_completion_score": {
"description": "0\u20131 completeness of structured template fields before submit.",
"maximum": 1,
"minimum": 0,
"type": "number"
},
"user_segment": {
"description": "Optional analytics segment label; null if unknown.",
"maxLength": 120,
"type": [
"string",
"null"
]
}
},
"required": [
"submission_source"
],
"type": "object"
},
"official_authorization": {
"additionalProperties": false,
"description": "Required when evaluation_mode is official. Records why the user authorized quota consumption.",
"properties": {
"basis": {
"description": "Why the client is authorized to consume official evaluation quota. Completing preview alone is not authorization.",
"enum": [
"explicit_user_request",
"user_confirmed_after_quota_disclosure"
],
"type": "string"
}
},
"required": [
"basis"
],
"type": "object"
},
"session_id": {
"description": "Opaque evaluate session from context or evaluate-session package read (IMPL-45). Required for user submissions.",
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"submitted_scoring": {
"additionalProperties": false,
"description": "Client-composed scores and rationales verified under CT-03.",
"properties": {
"deviations": {
"additionalProperties": false,
"description": "Strongest and weakest dimensions in the submitted profile.",
"properties": {
"strongest": {
"description": "Dimension the idea is relatively strongest on.",
"enum": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "string"
},
"weakest": {
"description": "Dimension that most limits standing; coach here first after evaluation.",
"enum": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "string"
}
},
"required": [
"strongest",
"weakest"
],
"type": "object"
},
"dimension_scores": {
"additionalProperties": false,
"description": "Per-dimension scores 0\u2013100 matching the evaluation rubric.",
"properties": {
"customer_clarity": {
"description": "How clearly the primary buyer/user and use case are defined (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"distribution_potential": {
"description": "How realistically the idea can reach customers (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"insight_strength": {
"description": "How non-obvious and defensible the insight or wedge is (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"market_potential": {
"description": "How large and reachable the opportunity looks (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"moat_potential": {
"description": "How durable competitive advantage could become (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"problem_urgency": {
"description": "How painful and time-sensitive the problem is for the target customer (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"timing": {
"description": "How favorable current market and timing conditions are (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
}
},
"required": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "object"
},
"overall_score": {
"description": "Optional overall score 0\u2013100; server may recompute per contract.",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"score_rationale": {
"additionalProperties": false,
"description": "Per-dimension rationale text supporting each score.",
"properties": {
"customer_clarity": {
"description": "Evidence-backed rationale for the customer_clarity score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"distribution_potential": {
"description": "Evidence-backed rationale for the distribution_potential score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"insight_strength": {
"description": "Evidence-backed rationale for the insight_strength score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"market_potential": {
"description": "Evidence-backed rationale for the market_potential score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"moat_potential": {
"description": "Evidence-backed rationale for the moat_potential score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"problem_urgency": {
"description": "Evidence-backed rationale for the problem_urgency score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"timing": {
"description": "Evidence-backed rationale for the timing score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
}
},
"required": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "object"
},
"verdict_hints": {
"description": "Up to two short hints summarizing the scoring stance.",
"items": {
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"maxItems": 2,
"type": "array"
}
},
"required": [
"dimension_scores",
"deviations",
"verdict_hints",
"score_rationale"
],
"type": "object"
}
},
"required": [
"canonical_payload",
"submitted_scoring",
"metadata",
"session_id"
],
"type": "object",
"x-actwise-schema-id": "evaluate-idea",
"x-actwise-schema-version": "SCH-01.3"
},
"risk_flags": [
"secret_material_access"
]
}
Dispute this classification
|
Write-action governance
Status detail: No high-risk write actions; auth boundary is oauth or auth required with 0 safeguard(s) and 0 confirmation signal(s).
| Tool | Risk | Flags | Safeguards |
|---|---|---|---|
| No high-risk tools were detected on the latest run. | |||
Recommended runtime policy
No policy blockers under the default policy stance.
Action-controls diff
New actions
| Action | Risk | Flags |
|---|---|---|
| No newly added actions. | ||
Changed actions
| Action | Change types | Risk |
|---|---|---|
| No materially changed actions. | ||
Critical alerts
Compatibility
Client readiness verdicts
Client compatibility only means the server shape can work with a client. Production trust decision and write-action publishing are evaluated separately so a client-compatible server can still be blocked for production.
Evidence provenance
initialize• Auth Requiredtools_list• OKtransport_compliance_probe• Errorstep_up_auth_probe• Warningconnector_replay_probe• OK — Frozen tool snapshots must survive refresh.request_association_probe• Missing — Roots, sampling, and elicitation should stay request-scoped.
Evidence provenance
initialize• Auth Requiredtools_list• OKtransport_compliance_probe• Error
Evidence provenance
action_safety_probe• Warning
Evidence provenance
tool_snapshot_probe• OKconnector_replay_probe• OK
Client readiness gate details
Remediation checklist
- Add OAuth-based authentication for remote connector auth.
- Support dynamic client registration (DCR) to simplify connector setup.
- Resolve the transport compliance failure -- see the transport compliance probe evidence for what specifically broke.
- Improve OAuth interoperability -- see the OAuth Interop score breakdown.
- Limit the exposed surface to search/fetch-style read tools.
- Remove or isolate write, delete, and exec-capable tools before using this read/search-only client profile.
Remediation checklist
- Resolve the transport compliance failure -- see the transport compliance probe evidence for what specifically broke.
- Limit the exposed surface to search/fetch-style read tools.
- Remove or isolate write, delete, and exec-capable tools before using this read/search-only client profile.
- Configure OAuth for authenticated remote MCP access.
- Remove export, bulk, mutating, and high-blast-radius exposure before certifying company-knowledge use.
- Satisfy OAuth, compatibility, and connector-refresh requirements before using the Messages API remote MCP path.
Remediation checklist
- Add confirmation or dry-run semantics for: evaluate_idea.
- Confirm the flagged action-safety risk before treating this as write-safe.
- Resolve the blocking production-readiness verdict before treating this as write-safe.
Verdict traces
server_degraded• medium • Latest validation is degraded
Client verdict trace table
| Verdict | Status | Checks | Winning source | Conflicts |
|---|---|---|---|---|
openai_connectors |
Not client-compatible | initialize, tools_list, transport_compliance_probe, step_up_auth_probe, connector_replay_probe, request_association_probe | live_validation | none |
claude_desktop |
Not client-compatible | initialize, tools_list, transport_compliance_probe | live_validation | none |
unsafe_for_write_actions |
Publishing blocked | action_safety_probe | live_validation | none |
snapshot_churn_risk |
Low | tool_snapshot_probe, connector_replay_probe | history | none |
Publishability policy profiles
- Search Fetch Only: No
- Write Actions Present: Yes
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
- Search Fetch Only: No
- Write Actions Present: Yes
- Oauth Configured: No
- Admin Refresh Required: No
- Safe For Company Knowledge: No
- Safe For Messages Api Remote Mcp: No
Compatibility fixtures
- remote_http_endpoint: Passes
- oauth_discovery: Degraded
- frozen_tool_snapshot_refresh: Passes
- request_association: Not Assessed
- remote_transport: Passes
- tool_discovery: Passes
- auth_connect: Passes
- safe_write_review: Degraded
Recommended for
Evidence
Current trust snapshot
trustsnap_4b1b79e4e038797aCanonical machine links
Evidence confidence
Latest validation evidence
Failures
initializeClient error '401 Unauthorized' for url 'https://actwise.ai/ideation/mcp/v1' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401oauth_authorization_serverno authorization serveroauth_protected_resourceClient error '404 Not Found' for url 'https://actwise.ai/.well-known/oauth-protected-resource' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404openid_configurationno authorization serverserver_cardClient error '404 Not Found' for url 'https://actwise.ai/.well-known/mcp/server-card.json' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404transport_compliance_probeIssues: missing protocol header, bad protocol not rejected (bad protocol=200).
Checks
| Check | Status | Latency | Evidence |
|---|---|---|---|
action_safety_probe |
Warning | n/a | 1 declared non-read-only, non-read capabilities: write tool(s); auth present; safeguards=0; confirmation=none. |
advanced_capabilities_probe |
Warning | n/a | Only 2 capability signal(s): resource links, resources. |
connector_publishability_probe |
Warning | n/a | Publishability blockers: protocol version, session resume, step up auth, transport compliance, +4 more. |
connector_replay_probe |
OK | n/a | Backward compatible with no breaking tool-surface changes. |
determinism_probe |
OK | 313.5 ms | Check completed |
initialize |
Auth Required | 366.9 ms | Client error '401 Unauthorized' for url 'https://actwise.ai/ideation/mcp/v1' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401 |
instruction_tool_reference_probe |
OK | n/a | Check completed |
interactive_flow_probe |
Missing | n/a | Check completed |
oauth_authorization_server |
Missing | n/a | no authorization server |
oauth_protected_resource |
Error | 138.5 ms | Client error '404 Not Found' for url 'https://actwise.ai/.well-known/oauth-protected-resource' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
official_registry_probe |
OK | n/a | Check completed |
openid_configuration |
Missing | n/a | no authorization server |
probe_noise_resilience |
OK | 488.3 ms | Fetched https://actwise.ai/robots.txt |
prompt_get |
Missing | n/a | not advertised |
prompts_list |
Missing | 315.7 ms | not supported |
protocol_version_probe |
Missing | n/a | No protocol version was advertised. |
provenance_divergence_probe |
Not_Assessed | n/a | Check completed |
request_association_probe |
Missing | n/a | No request-association capabilities were advertised. |
resource_read |
OK | 300.1 ms | 1 resource content item(s) returned |
resources_list |
OK | 313.5 ms | 13 resource item(s) exposed |
schema_divergence_probe |
Missing | n/a | no server card tools |
server_card |
Error | 107.8 ms | Client error '404 Not Found' for url 'https://actwise.ai/.well-known/mcp/server-card.json' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404 |
session_resume_probe |
Missing | n/a | no session id |
step_up_auth_probe |
Warning | n/a | Step-up challenge hints present. |
tool_snapshot_probe |
OK | n/a | Check completed |
tools_list |
OK | 355.3 ms | 2 tool(s) exposed |
transport_compliance_probe |
Error | 352.1 ms | Issues: missing protocol header, bad protocol not rejected (bad protocol=200). |
utility_coverage_probe |
Missing | 317.8 ms | No completions evidence; no pagination evidence; tasks missing. |
Known versions
1.0.0
Public server reputation
Benchmark tasks
| Benchmark task | Status | Evidence |
|---|---|---|
| Discover tools | Passes |
|
| Read-only fetch flow | Passes |
|
| OAuth-required connect | Degraded |
|
| Safe write flow with confirmation | Degraded |
|
Utility coverage
Tool snapshot diff & changelog
Required-argument changes
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument changes detected. | ||
Output-schema drift
| Tool | Previous properties | Latest properties |
|---|---|---|
| No output-schema drift detected. | ||
Validation diff
Regressed checks: none
Improved checks: connector_replay_probe, tool_snapshot_probe
Newly assessed dimensions: none
No longer assessed dimensions: none
| Component | Previous | Latest | Delta |
|---|---|---|---|
backward_compatibility_score | 2.0 | 4.0 | 2.0 |
adoption_signal_score | 2.0 | 3.0 | 1.0 |
connector_replay_score | 3.0 | 4.0 | 1.0 |
result_shape_stability_score | 2.0 | 3.0 | 1.0 |
tool_snapshot_churn_score | 3.0 | 4.0 | 1.0 |
Registry & provenance divergence
Active alerts
- Latest validation is degraded (medium)
The server is reachable but at least one important behavior regressed.
Aliases & registry graph
| Identifier | Source | Canonical | Identity evidence | Score |
|---|---|---|---|---|
ai.actwise/ideation |
official_registry | yes | canonical | 47.7 |
Alias consolidation
Strong alias identity requires matching remote URL, server-card URL, repository slug, or explicit registry cross-reference; shared provider namespace alone is not identity.
Source disagreements
| Field | What differs | Observed values |
|---|---|---|
| No source disagreements detected. | ||
Fix it
Why this score?
Algorithmic score breakdown
1 component(s) not assessed for this run: Provenance Divergence
Experimental candidate components
Actionable remediation
| Severity | Remediation | Why it matters | Recommended action |
|---|---|---|---|
| High | Add confirmation and dry-run semantics for risky actions | High-risk write, delete, exec, or egress tools should communicate safeguards clearly. | Add an explicit confirm/dry-run parameter or two-step confirmation flow to write, delete, exec, and egress-capable tools before they can make destructive changes.Playbook
|
| High | Align session and protocol behavior with Streamable HTTP expectations | Clients increasingly rely on MCP-Protocol-Version, session teardown, and expired-session semantics. | Align MCP-Protocol-Version, MCP-Session-Id, DELETE teardown, and expired-session handling with the transport spec.Playbook
|
| High | Publish a complete server card | Missing or incomplete server-card metadata weakens discovery, documentation, and trust signals. | Serve /.well-known/mcp/server-card.json and include tools, prompts/resources, homepage, and support links.Playbook
|
| Medium | Adopt a current MCP protocol revision | Older protocol revisions reduce compatibility with newer clients and registry programs. | Advertise a current MCP protocol revision (2025-06-18 or later) in both the initialize response and the MCP-Protocol-Version header.Playbook
|
| Medium | Close connector-publishing gaps | Connector catalogs care about protocol recency, session behavior, auth clarity, and tool-surface stability. | Resolve every blocker named by connector_publishability_probe, then rerun it before submitting or refreshing a connector listing.Playbook
|
| Medium | Document minimal scopes and return cleaner auth challenges | Modern clients expect granular scopes and step-up auth signals such as WWW-Authenticate scope hints. | Return granular scopes and WWW-Authenticate challenge hints instead of forcing overly broad auth upfront.Playbook
|
| Medium | Expose /.well-known/oauth-protected-resource | Without a protected-resource document, OAuth clients cannot discover auth requirements reliably. | Serve /.well-known/oauth-protected-resource and point it at your authorization server metadata.Playbook
|
| Medium | Make initialize deterministic and client-friendly | If initialize fails or requires undocumented auth, many MCP clients cannot connect. | Allow initialize to succeed consistently, or return a deterministic auth-required response with clear metadata.Playbook
|
| Medium | Publish OAuth authorization-server metadata | Clients need authorization-server metadata to discover issuer, endpoints, and DCR support. | Publish /.well-known/oauth-authorization-server from your issuer and include registration_endpoint when supported.Playbook
|
| Medium | Publish OpenID configuration | OIDC metadata improves token validation and client compatibility. | Expose /.well-known/openid-configuration with issuer, jwks_uri, and supported grants.Playbook
|
| Medium | Raise Adoption & Market score | Adoption clues and public evidence that the server is intended for external use. | Increase external documentation and directory coverage so users can discover and evaluate the server. |
| Medium | Respond to latest validation is degraded | The server is reachable but at least one important behavior regressed. | Resolve the regressed checks and review the latest validation diff. |
| Low | Expose modern utility surfaces like completions, pagination, or tasks | Utility coverage improves interoperability with larger clients and long-lived agent workflows. | Expose completions, pagination, and task metadata where supported so larger clients can plan and resume work safely.Playbook
|
| Low | Publish newer MCP capability signals | Roots, sampling, elicitation, structured outputs, and related metadata improve client understanding and ranking. | Advertise only the advanced capabilities (roots, sampling, elicitation) you have actually implemented end to end in the initialize capabilities object.Playbook
|
Point loss breakdown
| Component | Current | Points missing |
|---|---|---|
| Utility Coverage | 0/4 | -4.0 |
| Transport Compliance | 0/4 | -4.0 |
| Request Association | 0/4 | -4.0 |
| Recovery Semantics | 0/4 | -4.0 |
| Prompt Contract | 0/4 | -4.0 |
| OAuth Interop | 0/4 | -4.0 |
| Least Privilege Scope | 0/4 | -4.0 |
| Interactive Flow Safety | 0/4 | -4.0 |
| Trust Confidence | 1/4 | -3.0 |
| Error Contract Quality | 1/4 | -3.0 |
| Supply Chain Signal | 1/4 | -3.0 |
| Connector Publishability | 1/4 | -3.0 |
Technical compatibility profiles
These scores measure technical client compatibility only. Client publishability and production readiness are evaluated separately against policy, transport, and write-surface blockers.
Connector URL: https://actwise.ai/ideation/mcp/v1 # No OAuth metadata detected. # Server: ai.actwise/ideation
{
"mcpServers": {
"ideation": {
"command": "npx",
"args": ["mcp-remote", "https://actwise.ai/ideation/mcp/v1"]
}
}
}
smithery mcp add "https://actwise.ai/ideation/mcp/v1"
curl -sS https://actwise.ai/ideation/mcp/v1 -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Governance
MCP TrustOps
TrustOps turns this report into operational controls: validation targets and SLAs, authenticated validation, semantic benchmarks, policy exports, alert subscriptions, badges, cost/compliance metadata, and runtime routing. Fresh trusted index decisions stay separate from long-tail inventory so stale scores do not masquerade as current evidence.
/v1/decideAlert subscription types
MCP Runtime hosting
Verify Hosted MCP turns a trusted server report into a managed remote MCP endpoint with GitHub deployment provenance, sandbox policy, encrypted secrets, release history, rollback, and audit/usage events.
/hosted/{namespace}/{name}/mcp| Deployment | Status | Endpoint | Release |
|---|---|---|---|
| No hosted runtime deployments yet. | |||
Authenticated validation sessions
Public validation is free. Authenticated validation is paid and proves scoped behavior, write-action safeguards, and authenticated tool execution.
/v1/verify/v1/ci/previewInstall snippets
Connector URL: https://actwise.ai/ideation/mcp/v1 # No OAuth metadata detected. # Server: ai.actwise/ideation
{
"mcpServers": {
"ideation": {
"command": "npx",
"args": ["mcp-remote", "https://actwise.ai/ideation/mcp/v1"]
}
}
}
smithery mcp add "https://actwise.ai/ideation/mcp/v1"
curl -sS https://actwise.ai/ideation/mcp/v1 -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"mcp-verify","version":"0.1.0"}}}'
Agent access & tool surface
tools/list, prompts/list, and resources/list checks.ai.actwise/ideation.History
Validation history
| Timestamp | Status | Score | Latency | Tools |
|---|---|---|---|---|
| Aug 14, 2026 08:47:39 AM UTC | Degraded | 47.7 | 3695.1 ms | 2 |
| Aug 14, 2026 04:47:21 AM UTC | Degraded | 44.6 | 5803.2 ms | 2 |
Validation timeline
| Validated | Summary | Score | Protocol | Auth mode | Tools | High-risk tools | Changes |
|---|---|---|---|---|---|---|---|
| Aug 14, 2026 08:47:39 AM UTC | Degraded | 47.7 | unknown | unknown | 2 | 0 | none |
| Aug 14, 2026 04:47:21 AM UTC | Degraded | 44.6 | unknown | unknown | 2 | 0 | none |
Recent validation runs
| Started | Status | Summary | Latency | Checks |
|---|---|---|---|---|
| Aug 14, 2026 08:47:36 AM UTC | Completed | Degraded | 3695.1 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
| Aug 14, 2026 04:47:15 AM UTC | Completed | Degraded | 5803.2 ms | action_safety_probe, advanced_capabilities_probe, connector_publishability_probe, connector_replay_probe, determinism_probe, initialize, instruction_tool_reference_probe, interactive_flow_probe, oauth_authorization_server, oauth_protected_resource, official_registry_probe, openid_configuration, probe_noise_resilience, prompt_get, prompts_list, protocol_version_probe, provenance_divergence_probe, request_association_probe, resource_read, resources_list, schema_divergence_probe, server_card, session_resume_probe, step_up_auth_probe, tool_snapshot_probe, tools_list, transport_compliance_probe, utility_coverage_probe |
Incident & change feed
| Timestamp | Event | Details |
|---|---|---|
| Aug 14, 2026 08:47:39 AM UTC | Latest validation: degraded | Score 47.7 with status degraded. |
| Aug 14, 2026 08:47:39 AM UTC | Score changed | Score delta +3.1 versus the previous run. |
Technical details
Raw evidence view
Show raw JSON evidence
{
"checks": {
"action_safety_probe": {
"details": {
"auth_present": true,
"confirmation_signals": [],
"reason": null,
"safeguard_count": 0,
"summary": {
"annotation_conflict_tools": 0,
"bulk_access_tools": 0,
"capability_distribution": {
"read": 1,
"secrets": 1,
"write": 1
},
"declared_non_read_only_tools": 1,
"destructive_tools": 0,
"egress_tools": 0,
"exec_tools": 0,
"has_mutating_capability": true,
"has_non_read_capability": true,
"high_risk_tools": 0,
"risk_distribution": {
"critical": 0,
"high": 0,
"low": 1,
"medium": 1
},
"secret_tools": 1,
"tool_count": 2
}
},
"latency_ms": null,
"status": "warning"
},
"advanced_capabilities_probe": {
"details": {
"capabilities": {
"completions": false,
"elicitation": false,
"prompts": false,
"resource_links": true,
"resources": true,
"roots": false,
"sampling": false,
"structured_outputs": false
},
"enabled": [
"resource_links",
"resources"
],
"enabled_count": 2,
"initialize_capability_keys": []
},
"latency_ms": null,
"status": "warning"
},
"connector_publishability_probe": {
"details": {
"blockers": [
"protocol_version",
"session_resume",
"step_up_auth",
"transport_compliance",
"request_association",
"action_safety",
"server_card",
"auth_flow"
],
"criteria": {
"action_safety": false,
"auth_flow": false,
"connector_replay": true,
"initialize": true,
"protocol_version": false,
"remote_transport": true,
"request_association": false,
"server_card": false,
"session_resume": false,
"step_up_auth": false,
"tool_surface": true,
"tools_list": true,
"transport_compliance": false
},
"high_risk_tools": 0,
"tool_count": 2,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "warning"
},
"connector_replay_probe": {
"details": {
"added_tools": [],
"additive_output_changes": [],
"backward_compatible": true,
"output_breaks": [],
"removed_tools": [],
"required_arg_breaks": [],
"would_break_after_refresh": false
},
"latency_ms": null,
"status": "ok"
},
"determinism_probe": {
"details": {
"attempts": 2,
"baseline_signature": "90db72082492fafe68da570d2d3084b2b3f7dcfba8e9b09c23c3150dce775223",
"errors": [],
"matches": 2,
"stable_ratio": 1.0,
"successful": 2
},
"latency_ms": 313.53,
"status": "ok"
},
"initialize": {
"details": {
"error": "Client error '401 Unauthorized' for url 'https://actwise.ai/ideation/mcp/v1'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401",
"headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload",
"www-authenticate": "Bearer resource_metadata=\"https://actwise.ai/ideation/mcp/v1/.well-known/oauth-protected-resource\""
},
"http_status": 401,
"payload": {},
"url": "https://actwise.ai/ideation/mcp/v1"
},
"latency_ms": 366.88,
"status": "auth_required"
},
"instruction_tool_reference_probe": {
"details": {
"missing_tools": [],
"observed_tool_count": 2,
"referenced_tools": []
},
"latency_ms": null,
"status": "ok"
},
"interactive_flow_probe": {
"details": {
"oauth_supported": false,
"prompt_available": false,
"risk_hits": [],
"safe_hits": []
},
"latency_ms": null,
"status": "missing"
},
"oauth_authorization_server": {
"details": {
"reason": "no_authorization_server"
},
"latency_ms": null,
"status": "missing"
},
"oauth_protected_resource": {
"details": {
"error": "Client error '404 Not Found' for url 'https://actwise.ai/.well-known/oauth-protected-resource'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://actwise.ai/.well-known/oauth-protected-resource"
},
"latency_ms": 138.5,
"status": "error"
},
"official_registry_probe": {
"details": {
"direct_match": true,
"official_peer_count": 1,
"registry_identifier": "ai.actwise/ideation",
"registry_source": "official_registry"
},
"latency_ms": null,
"status": "ok"
},
"openid_configuration": {
"details": {
"reason": "no_authorization_server"
},
"latency_ms": null,
"status": "missing"
},
"probe_noise_resilience": {
"details": {
"consent_error": null,
"headers": {
"content-type": "text/plain",
"set-cookie": "aw_correlation_id=corr_5114b6162aae4dfba2d2a7908d9ae7dd; Path=/; Expires=Fri, 14 Aug 2026 10:47:36 GMT; Max-Age=7200; Secure; HttpOnly; SameSite=lax",
"strict-transport-security": "max-age=31536000; includeSubDomains; preload"
},
"http_status": 200,
"url": "https://actwise.ai/robots.txt",
"validation_disallowed": false
},
"latency_ms": 488.3,
"status": "ok"
},
"prompt_get": {
"details": {
"reason": "not_advertised"
},
"latency_ms": null,
"status": "missing"
},
"prompts_list": {
"details": {
"headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload"
},
"http_status": 200,
"payload": {
"error": {
"code": -32601,
"message": "Method not found: prompts/list"
},
"id": 3,
"jsonrpc": "2.0"
},
"reason": "not_supported",
"url": "https://actwise.ai/ideation/mcp/v1"
},
"latency_ms": 315.73,
"status": "missing"
},
"protocol_version_probe": {
"details": {
"latest_known_version": "2025-11-25",
"reason": "no_protocol_version",
"validator_protocol_version": "2025-03-26"
},
"latency_ms": null,
"status": "missing"
},
"provenance_divergence_probe": {
"details": {
"comparable_field_count": 0,
"compared_fields": [
"title",
"version",
"homepage",
"repository"
],
"direct_official_match": true,
"drift_fields": [],
"metadata_document_count": 2,
"readable_sources": [
"registry"
],
"registry_homepage": null,
"registry_repository": null,
"registry_title": null,
"registry_version": null,
"server_card_homepage": null,
"server_card_repository": null,
"server_card_title": null,
"server_card_version": null
},
"latency_ms": null,
"status": "not_assessed"
},
"request_association_probe": {
"details": {
"reason": "no_request_association_capabilities_advertised"
},
"latency_ms": null,
"status": "missing"
},
"resource_read": {
"details": {
"headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload"
},
"http_status": 200,
"payload": {
"id": 6,
"jsonrpc": "2.0",
"result": {
"contents": [
{
"mimeType": "application/json",
"text": "{\n \"server\": {\n \"id\": \"actwise-evaluation-mcp-server\",\n \"name\": \"Actwise Evaluation MCP Server\",\n \"version\": \"0.1.0\"\n },\n \"capabilities\": [\n {\n \"id\": \"idea_evaluation\",\n \"name\": \"Evaluate\",\n \"description\": \"Evaluate an idea through client-side exploration, normalization, scoring proposal, service submission, and official result presentation.\",\n \"status\": \"active\",\n \"contextUri\": \"actwise://capabilities/evaluate/context\",\n \"tools\": [\n \"evaluate_idea\"\n ],\n \"prompts\": []\n }\n ]\n}",
"uri": "actwise://capabilities"
}
]
}
},
"resource_uri": "actwise://capabilities",
"url": "https://actwise.ai/ideation/mcp/v1"
},
"latency_ms": 300.12,
"status": "ok"
},
"resources_list": {
"details": {
"headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload"
},
"http_status": 200,
"payload": {
"id": 5,
"jsonrpc": "2.0",
"result": {
"resources": [
{
"mimeType": "application/json",
"name": "Capability Manifest",
"uri": "actwise://capabilities"
},
{
"description": "Required before calling evaluate_idea. Small lifecycle index manifest with submission, presentation, packages.evaluate_session, and tool identities; prefer the evaluate-session package for the short evaluation session.",
"mimeType": "application/json",
"name": "Evaluate Context Lifecycle Index",
"uri": "actwise://capabilities/evaluate/context"
},
{
"description": "Single-read package for one short evaluation session: user_submission artifacts, tool-schema fallback, and result presentation. Prefer over N modular reads; use known_etag on subsequent turns. Hosts with limited model-facing output should retain the full body and project via packages.evaluate_session.client_read_plan.",
"mimeType": "application/json",
"name": "Evaluate Session Package",
"uri": "actwise://capabilities/evaluate/packages/evaluate-session"
},
{
"description": "Canonical public explanation of evaluation modes, scoring, verification, benchmarks, metrics, confidence, and limitations.",
"mimeType": "application/json",
"name": "Actwise Ideation Product Explanation",
"uri": "actwise://capabilities/evaluate/resources/product-explanation"
},
{
"description": "Shape and normalize the idea before scoring.",
"mimeType": "application/json",
"name": "Idea Exploration and Normalization Skill",
"uri": "actwise://capabilities/evaluate/skills/exploration"
},
{
"description": "Produce the seven-lens score bundle for evaluate_idea.",
"mimeType": "application/json",
"name": "Client-Side Scoring Skill",
"uri": "actwise://capabilities/evaluate/skills/scoring"
},
{
"description": "Render and discuss the official evaluation result.",
"mimeType": "application/json",
"name": "Result Presentation and Follow-Up Skill",
"uri": "actwise://capabilities/evaluate/skills/result-presentation"
},
{
"description": "Assess how much weight to place on a specific Actwise preview or official evaluation using product semantics and public result signals.",
"mimeType": "application/json",
"name": "Evaluation Quality Assessment Skill",
"uri": "actwise://capabilities/evaluate/skills/evaluation-quality-assessment"
},
{
"description": "Continue coaching after evaluation using style profile guidance.",
"mimeType": "application/json",
"name": "Adaptive Coaching Style Skill",
"uri": "actwise://capabilities/evaluate/skills/adaptive-coaching"
},
{
"description": "Prepare a valid official-review / evaluate request.",
"mimeType": "application/json",
"name": "Client Runtime Contract (RC-02)",
"uri": "actwise://capabilities/evaluate/contracts/client-runtime"
},
{
"description": "Rubric dimensions and anti-drift scoring guidance.",
"mimeType": "application/json",
"name": "Evaluation Rubric Contract (CT-01)",
"uri": "actwise://capabilities/evaluate/contracts/evaluation-rubric"
},
{
"description": "Fallback copy of evaluate_idea tools/list inputSchema when the on-tool schema is missing or unusable.",
"mimeType": "application/json",
"name": "Evaluate Idea Tool Schema Fallback",
"uri": "actwise://capabilities/evaluate/tool-schemas/evaluate_idea"
},
{
"description": "License terms governing Actwise runtime artifacts, including contracts, schemas, skills, rubrics, and context bundles.",
"mimeType": "text/markdown",
"name": "Actwise License",
"uri": "actwise://legal/license"
}
]
}
},
"url": "https://actwise.ai/ideation/mcp/v1"
},
"latency_ms": 313.47,
"status": "ok"
},
"schema_divergence_probe": {
"details": {
"auth_scheme_mismatch": false,
"card_server_name": null,
"card_server_version": null,
"compared_dimensions": [
"server_name",
"server_version",
"declared_vs_observed_auth",
"tool_membership",
"parameter_names",
"required_parameters",
"parameter_types",
"output_schema_presence"
],
"compared_tool_count": 0,
"live_server_name": null,
"live_server_version": null,
"reason": "no_server_card_tools",
"server_name_mismatch": false,
"server_version_mismatch": false
},
"latency_ms": null,
"status": "missing"
},
"server_card": {
"details": {
"error": "Client error '404 Not Found' for url 'https://actwise.ai/.well-known/mcp/server-card.json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://actwise.ai/.well-known/mcp/server-card.json"
},
"latency_ms": 107.78,
"status": "error"
},
"session_resume_probe": {
"details": {
"protocol_version": null,
"reason": "no_session_id",
"resume_expected": false,
"transport": "streamable-http"
},
"latency_ms": null,
"status": "missing"
},
"step_up_auth_probe": {
"details": {
"auth_required_checks": [
"initialize"
],
"broad_scopes": [],
"challenge_headers": [
"Bearer resource_metadata=\"https://actwise.ai/ideation/mcp/v1/.well-known/oauth-protected-resource\""
],
"minimal_scope_documented": false,
"oauth_present": false,
"scope_specificity_ratio": 0.0,
"step_up_signals": [
"Bearer resource_metadata=\"https://actwise.ai/ideation/mcp/v1/.well-known/oauth-protected-resource\""
],
"supported_scopes": []
},
"latency_ms": null,
"status": "warning"
},
"tool_snapshot_probe": {
"details": {
"added": [],
"changed_outputs": [],
"current_tool_count": 2,
"previous_tool_count": 2,
"removed": [],
"similarity": 1.0
},
"latency_ms": null,
"status": "ok"
},
"tools_list": {
"details": {
"headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload"
},
"http_status": 200,
"payload": {
"id": 2,
"jsonrpc": "2.0",
"result": {
"tools": [
{
"annotations": {
"destructiveHint": false,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Read one canonical Actwise context resource. Before using evaluate_idea, first read actwise://capabilities/evaluate/context. Prefer packages.evaluate_session (actwise://capabilities/evaluate/packages/evaluate-session) for the short evaluation session, then call evaluate_idea and present from the loaded package. Modular child URIs remain valid for inspection. Use only registered actwise:// URIs. Resource-capable clients may use MCP resources/read instead.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"known_etag": {
"description": "Optional ETag of this exact resource already loaded in the current conversation.",
"type": [
"string",
"null"
]
},
"uri": {
"description": "A registered Actwise runtime resource URI.",
"pattern": "^actwise://",
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
},
"name": "read_context_resource"
},
{
"annotations": {
"destructiveHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Submit a structured idea evaluation with session_id only after reading actwise://capabilities/evaluate/context and preferring packages.evaluate_session (actwise://capabilities/evaluate/packages/evaluate-session) for user_submission plus presentation. Resource-capable clients may use MCP resources/read; tools-only clients must call read_context_resource. Do not call this tool as the first step after receiving a rough idea unless the user explicitly asks to submit the current version despite known gaps. Compose arguments from this tool inputSchema and verify its digest against the context index tool_contract. Pass session_id from the context or package read; do not echo submission_context into runtime_context or supply contract_refs. After presenting a result, preserve Actwise context for follow-up questions referring to the result, review, scores, benchmark, confidence, quality, reliability, independence, usefulness or limitations. Apply the packaged evaluation-quality-assessment guidance for result-quality questions; it uses the canonical product explanation. Treat an implicit quality follow-up as Actwise context unless the user explicitly requests an outside opinion.",
"inputSchema": {
"additionalProperties": false,
"allOf": [
{
"if": {
"properties": {
"evaluation_mode": {
"const": "official"
}
},
"required": [
"evaluation_mode"
]
},
"then": {
"required": [
"official_authorization"
]
}
},
{
"if": {
"anyOf": [
{
"properties": {
"evaluation_mode": {
"const": "preview"
}
},
"required": [
"evaluation_mode"
]
},
{
"not": {
"required": [
"evaluation_mode"
]
}
}
]
},
"then": {
"properties": {
"official_authorization": false
}
}
}
],
"properties": {
"canonical_payload": {
"additionalProperties": false,
"description": "Normalized idea fields used for scoring and verification.",
"properties": {
"category": {
"description": "Product or business-model category for segmentation and benchmarks.",
"enum": [
"b2b-saas",
"vertical-saas",
"b2c-app",
"marketplace",
"developer-tool",
"workflow-automation",
"ai-agent",
"data-product",
"api-infrastructure",
"commerce-enablement",
"managed-service",
"open-source",
"community-product",
"hardware-enabled",
"other"
],
"type": "string"
},
"industry": {
"description": "Primary industry taxonomy label for segmentation and benchmarks.",
"enum": [
"fintech",
"healthtech",
"edtech",
"ecommerce",
"cybersecurity",
"climate-tech",
"energy",
"proptech",
"logistics",
"mobility",
"manufacturing",
"agriculture-and-food",
"consumer-internet",
"media-and-creator",
"enterprise-it",
"other"
],
"type": "string"
},
"problem": {
"description": "Customer problem being solved; concrete pain, not a feature list.",
"maxLength": 1000,
"minLength": 20,
"type": "string"
},
"solution": {
"description": "What you build and how it addresses the stated problem.",
"maxLength": 1000,
"minLength": 20,
"type": "string"
},
"stage": {
"description": "Current maturity of the idea or product.",
"enum": [
"idea",
"prototype",
"mvp",
"pilot",
"early-traction",
"production"
],
"type": "string"
},
"target_customer": {
"description": "Who feels the pain and would buy or adopt; a segment, not everyone.",
"maxLength": 500,
"minLength": 10,
"type": "string"
},
"why_now": {
"description": "Why this is timely now versus earlier attempts.",
"maxLength": 500,
"minLength": 10,
"type": "string"
}
},
"required": [
"problem",
"target_customer",
"solution",
"why_now",
"industry",
"category",
"stage"
],
"type": "object"
},
"client_runtime_sidecar": {
"additionalProperties": false,
"description": "Runtime-only client envelope fields stripped before service-side LLM prompt construction.",
"properties": {
"coaching_style_profile_delta": {
"additionalProperties": false,
"description": "Optional coaching style delta; never forwarded to scoring LLM prompts.",
"properties": {
"changed": {
"description": "True when the coaching style profile changed in this turn.",
"type": "boolean"
},
"confidence": {
"description": "Client confidence in the coaching style delta.",
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"patch": {
"description": "Opaque patch operations describing the coaching style delta.",
"items": {
"type": "object"
},
"type": "array"
},
"source": {
"description": "How the delta was produced: explicit, inferred, mixed, or system_default.",
"enum": [
"explicit",
"inferred",
"mixed",
"system_default"
],
"type": "string"
}
},
"required": [
"changed",
"patch",
"source",
"confidence"
],
"type": "object"
},
"idea_revision_lineage": {
"additionalProperties": false,
"description": "Optional iteration lineage for preview progress comparison.",
"properties": {
"idea_lineage_id": {
"description": "Stable client id linking preview/official iterations of one idea.",
"maxLength": 160,
"minLength": 1,
"type": "string"
},
"previous_evaluation_id": {
"description": "Prior evaluation id to compare against; null on first revision.",
"maxLength": 160,
"type": [
"string",
"null"
]
},
"revision_summary": {
"description": "Short summary of what changed since the previous evaluation.",
"maxLength": 2000,
"type": [
"string",
"null"
]
},
"revision_target_lens": {
"description": "Dimension this revision aimed to improve; null if none.",
"oneOf": [
{
"description": "One of the seven Actwise evaluation dimensions.",
"enum": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"idea_lineage_id"
],
"type": "object"
},
"visibility": {
"const": "runtime_only_not_llm",
"description": "Marker that sidecar fields are runtime-only and not LLM-visible.",
"type": "string"
}
},
"type": "object"
},
"evaluation_mode": {
"default": "preview",
"description": "preview: lens percentiles only, no LLM or baseline write (default). official: full verification path for end-of-ideation standing.",
"enum": [
"preview",
"official"
],
"type": "string"
},
"idempotency_key": {
"description": "Optional key to dedupe retries of the same submission; null if unused.",
"maxLength": 160,
"type": [
"string",
"null"
]
},
"metadata": {
"additionalProperties": false,
"description": "Submission provenance and optional display metadata.",
"properties": {
"company_id": {
"description": "Optional company identifier when known; null otherwise.",
"maxLength": 120,
"type": [
"string",
"null"
]
},
"conversation_depth": {
"description": "Count of substantive conversation turns before submission.",
"minimum": 0,
"type": "integer"
},
"idea_title": {
"description": "Optional display title for official evaluation Markdown (IMPL-26 Phase 3).",
"maxLength": 160,
"type": [
"string",
"null"
]
},
"linkedin_connected": {
"description": "Whether the submitter has LinkedIn connected for profile enrichment.",
"type": "boolean"
},
"submission_source": {
"description": "Who originated the submission: user, seed, or internal test.",
"enum": [
"user",
"seed",
"internal_test"
],
"type": "string"
},
"subscriber_id": {
"description": "Optional subscriber identifier when known; null otherwise.",
"maxLength": 120,
"type": [
"string",
"null"
]
},
"template_completion_score": {
"description": "0\u20131 completeness of structured template fields before submit.",
"maximum": 1,
"minimum": 0,
"type": "number"
},
"user_segment": {
"description": "Optional analytics segment label; null if unknown.",
"maxLength": 120,
"type": [
"string",
"null"
]
}
},
"required": [
"submission_source"
],
"type": "object"
},
"official_authorization": {
"additionalProperties": false,
"description": "Required when evaluation_mode is official. Records why the user authorized quota consumption.",
"properties": {
"basis": {
"description": "Why the client is authorized to consume official evaluation quota. Completing preview alone is not authorization.",
"enum": [
"explicit_user_request",
"user_confirmed_after_quota_disclosure"
],
"type": "string"
}
},
"required": [
"basis"
],
"type": "object"
},
"session_id": {
"description": "Opaque evaluate session from context or evaluate-session package read (IMPL-45). Required for user submissions.",
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"submitted_scoring": {
"additionalProperties": false,
"description": "Client-composed scores and rationales verified under CT-03.",
"properties": {
"deviations": {
"additionalProperties": false,
"description": "Strongest and weakest dimensions in the submitted profile.",
"properties": {
"strongest": {
"description": "Dimension the idea is relatively strongest on.",
"enum": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "string"
},
"weakest": {
"description": "Dimension that most limits standing; coach here first after evaluation.",
"enum": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "string"
}
},
"required": [
"strongest",
"weakest"
],
"type": "object"
},
"dimension_scores": {
"additionalProperties": false,
"description": "Per-dimension scores 0\u2013100 matching the evaluation rubric.",
"properties": {
"customer_clarity": {
"description": "How clearly the primary buyer/user and use case are defined (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"distribution_potential": {
"description": "How realistically the idea can reach customers (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"insight_strength": {
"description": "How non-obvious and defensible the insight or wedge is (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"market_potential": {
"description": "How large and reachable the opportunity looks (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"moat_potential": {
"description": "How durable competitive advantage could become (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"problem_urgency": {
"description": "How painful and time-sensitive the problem is for the target customer (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"timing": {
"description": "How favorable current market and timing conditions are (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
}
},
"required": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "object"
},
"overall_score": {
"description": "Optional overall score 0\u2013100; server may recompute per contract.",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"score_rationale": {
"additionalProperties": false,
"description": "Per-dimension rationale text supporting each score.",
"properties": {
"customer_clarity": {
"description": "Evidence-backed rationale for the customer_clarity score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"distribution_potential": {
"description": "Evidence-backed rationale for the distribution_potential score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"insight_strength": {
"description": "Evidence-backed rationale for the insight_strength score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"market_potential": {
"description": "Evidence-backed rationale for the market_potential score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"moat_potential": {
"description": "Evidence-backed rationale for the moat_potential score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"problem_urgency": {
"description": "Evidence-backed rationale for the problem_urgency score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"timing": {
"description": "Evidence-backed rationale for the timing score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
}
},
"required": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "object"
},
"verdict_hints": {
"description": "Up to two short hints summarizing the scoring stance.",
"items": {
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"maxItems": 2,
"type": "array"
}
},
"required": [
"dimension_scores",
"deviations",
"verdict_hints",
"score_rationale"
],
"type": "object"
}
},
"required": [
"canonical_payload",
"submitted_scoring",
"metadata",
"session_id"
],
"type": "object",
"x-actwise-schema-id": "evaluate-idea",
"x-actwise-schema-version": "SCH-01.3"
},
"name": "evaluate_idea"
}
]
}
},
"url": "https://actwise.ai/ideation/mcp/v1"
},
"latency_ms": 355.34,
"status": "ok"
},
"transport_compliance_probe": {
"details": {
"bad_protocol_error": null,
"bad_protocol_headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload"
},
"bad_protocol_payload": {
"id": 410,
"jsonrpc": "2.0",
"result": {
"tools": [
{
"annotations": {
"destructiveHint": false,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Read one canonical Actwise context resource. Before using evaluate_idea, first read actwise://capabilities/evaluate/context. Prefer packages.evaluate_session (actwise://capabilities/evaluate/packages/evaluate-session) for the short evaluation session, then call evaluate_idea and present from the loaded package. Modular child URIs remain valid for inspection. Use only registered actwise:// URIs. Resource-capable clients may use MCP resources/read instead.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"known_etag": {
"description": "Optional ETag of this exact resource already loaded in the current conversation.",
"type": [
"string",
"null"
]
},
"uri": {
"description": "A registered Actwise runtime resource URI.",
"pattern": "^actwise://",
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
},
"name": "read_context_resource"
},
{
"annotations": {
"destructiveHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Submit a structured idea evaluation with session_id only after reading actwise://capabilities/evaluate/context and preferring packages.evaluate_session (actwise://capabilities/evaluate/packages/evaluate-session) for user_submission plus presentation. Resource-capable clients may use MCP resources/read; tools-only clients must call read_context_resource. Do not call this tool as the first step after receiving a rough idea unless the user explicitly asks to submit the current version despite known gaps. Compose arguments from this tool inputSchema and verify its digest against the context index tool_contract. Pass session_id from the context or package read; do not echo submission_context into runtime_context or supply contract_refs. After presenting a result, preserve Actwise context for follow-up questions referring to the result, review, scores, benchmark, confidence, quality, reliability, independence, usefulness or limitations. Apply the packaged evaluation-quality-assessment guidance for result-quality questions; it uses the canonical product explanation. Treat an implicit quality follow-up as Actwise context unless the user explicitly requests an outside opinion.",
"inputSchema": {
"additionalProperties": false,
"allOf": [
{
"if": {
"properties": {
"evaluation_mode": {
"const": "official"
}
},
"required": [
"evaluation_mode"
]
},
"then": {
"required": [
"official_authorization"
]
}
},
{
"if": {
"anyOf": [
{
"properties": {
"evaluation_mode": {
"const": "preview"
}
},
"required": [
"evaluation_mode"
]
},
{
"not": {
"required": [
"evaluation_mode"
]
}
}
]
},
"then": {
"properties": {
"official_authorization": false
}
}
}
],
"properties": {
"canonical_payload": {
"additionalProperties": false,
"description": "Normalized idea fields used for scoring and verification.",
"properties": {
"category": {
"description": "Product or business-model category for segmentation and benchmarks.",
"enum": [
"b2b-saas",
"vertical-saas",
"b2c-app",
"marketplace",
"developer-tool",
"workflow-automation",
"ai-agent",
"data-product",
"api-infrastructure",
"commerce-enablement",
"managed-service",
"open-source",
"community-product",
"hardware-enabled",
"other"
],
"type": "string"
},
"industry": {
"description": "Primary industry taxonomy label for segmentation and benchmarks.",
"enum": [
"fintech",
"healthtech",
"edtech",
"ecommerce",
"cybersecurity",
"climate-tech",
"energy",
"proptech",
"logistics",
"mobility",
"manufacturing",
"agriculture-and-food",
"consumer-internet",
"media-and-creator",
"enterprise-it",
"other"
],
"type": "string"
},
"problem": {
"description": "Customer problem being solved; concrete pain, not a feature list.",
"maxLength": 1000,
"minLength": 20,
"type": "string"
},
"solution": {
"description": "What you build and how it addresses the stated problem.",
"maxLength": 1000,
"minLength": 20,
"type": "string"
},
"stage": {
"description": "Current maturity of the idea or product.",
"enum": [
"idea",
"prototype",
"mvp",
"pilot",
"early-traction",
"production"
],
"type": "string"
},
"target_customer": {
"description": "Who feels the pain and would buy or adopt; a segment, not everyone.",
"maxLength": 500,
"minLength": 10,
"type": "string"
},
"why_now": {
"description": "Why this is timely now versus earlier attempts.",
"maxLength": 500,
"minLength": 10,
"type": "string"
}
},
"required": [
"problem",
"target_customer",
"solution",
"why_now",
"industry",
"category",
"stage"
],
"type": "object"
},
"client_runtime_sidecar": {
"additionalProperties": false,
"description": "Runtime-only client envelope fields stripped before service-side LLM prompt construction.",
"properties": {
"coaching_style_profile_delta": {
"additionalProperties": false,
"description": "Optional coaching style delta; never forwarded to scoring LLM prompts.",
"properties": {
"changed": {
"description": "True when the coaching style profile changed in this turn.",
"type": "boolean"
},
"confidence": {
"description": "Client confidence in the coaching style delta.",
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"patch": {
"description": "Opaque patch operations describing the coaching style delta.",
"items": {
"type": "object"
},
"type": "array"
},
"source": {
"description": "How the delta was produced: explicit, inferred, mixed, or system_default.",
"enum": [
"explicit",
"inferred",
"mixed",
"system_default"
],
"type": "string"
}
},
"required": [
"changed",
"patch",
"source",
"confidence"
],
"type": "object"
},
"idea_revision_lineage": {
"additionalProperties": false,
"description": "Optional iteration lineage for preview progress comparison.",
"properties": {
"idea_lineage_id": {
"description": "Stable client id linking preview/official iterations of one idea.",
"maxLength": 160,
"minLength": 1,
"type": "string"
},
"previous_evaluation_id": {
"description": "Prior evaluation id to compare against; null on first revision.",
"maxLength": 160,
"type": [
"string",
"null"
]
},
"revision_summary": {
"description": "Short summary of what changed since the previous evaluation.",
"maxLength": 2000,
"type": [
"string",
"null"
]
},
"revision_target_lens": {
"description": "Dimension this revision aimed to improve; null if none.",
"oneOf": [
{
"description": "One of the seven Actwise evaluation dimensions.",
"enum": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"idea_lineage_id"
],
"type": "object"
},
"visibility": {
"const": "runtime_only_not_llm",
"description": "Marker that sidecar fields are runtime-only and not LLM-visible.",
"type": "string"
}
},
"type": "object"
},
"evaluation_mode": {
"default": "preview",
"description": "preview: lens percentiles only, no LLM or baseline write (default). official: full verification path for end-of-ideation standing.",
"enum": [
"preview",
"official"
],
"type": "string"
},
"idempotency_key": {
"description": "Optional key to dedupe retries of the same submission; null if unused.",
"maxLength": 160,
"type": [
"string",
"null"
]
},
"metadata": {
"additionalProperties": false,
"description": "Submission provenance and optional display metadata.",
"properties": {
"company_id": {
"description": "Optional company identifier when known; null otherwise.",
"maxLength": 120,
"type": [
"string",
"null"
]
},
"conversation_depth": {
"description": "Count of substantive conversation turns before submission.",
"minimum": 0,
"type": "integer"
},
"idea_title": {
"description": "Optional display title for official evaluation Markdown (IMPL-26 Phase 3).",
"maxLength": 160,
"type": [
"string",
"null"
]
},
"linkedin_connected": {
"description": "Whether the submitter has LinkedIn connected for profile enrichment.",
"type": "boolean"
},
"submission_source": {
"description": "Who originated the submission: user, seed, or internal test.",
"enum": [
"user",
"seed",
"internal_test"
],
"type": "string"
},
"subscriber_id": {
"description": "Optional subscriber identifier when known; null otherwise.",
"maxLength": 120,
"type": [
"string",
"null"
]
},
"template_completion_score": {
"description": "0\u20131 completeness of structured template fields before submit.",
"maximum": 1,
"minimum": 0,
"type": "number"
},
"user_segment": {
"description": "Optional analytics segment label; null if unknown.",
"maxLength": 120,
"type": [
"string",
"null"
]
}
},
"required": [
"submission_source"
],
"type": "object"
},
"official_authorization": {
"additionalProperties": false,
"description": "Required when evaluation_mode is official. Records why the user authorized quota consumption.",
"properties": {
"basis": {
"description": "Why the client is authorized to consume official evaluation quota. Completing preview alone is not authorization.",
"enum": [
"explicit_user_request",
"user_confirmed_after_quota_disclosure"
],
"type": "string"
}
},
"required": [
"basis"
],
"type": "object"
},
"session_id": {
"description": "Opaque evaluate session from context or evaluate-session package read (IMPL-45). Required for user submissions.",
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"submitted_scoring": {
"additionalProperties": false,
"description": "Client-composed scores and rationales verified under CT-03.",
"properties": {
"deviations": {
"additionalProperties": false,
"description": "Strongest and weakest dimensions in the submitted profile.",
"properties": {
"strongest": {
"description": "Dimension the idea is relatively strongest on.",
"enum": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "string"
},
"weakest": {
"description": "Dimension that most limits standing; coach here first after evaluation.",
"enum": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "string"
}
},
"required": [
"strongest",
"weakest"
],
"type": "object"
},
"dimension_scores": {
"additionalProperties": false,
"description": "Per-dimension scores 0\u2013100 matching the evaluation rubric.",
"properties": {
"customer_clarity": {
"description": "How clearly the primary buyer/user and use case are defined (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"distribution_potential": {
"description": "How realistically the idea can reach customers (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"insight_strength": {
"description": "How non-obvious and defensible the insight or wedge is (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"market_potential": {
"description": "How large and reachable the opportunity looks (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"moat_potential": {
"description": "How durable competitive advantage could become (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"problem_urgency": {
"description": "How painful and time-sensitive the problem is for the target customer (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"timing": {
"description": "How favorable current market and timing conditions are (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
}
},
"required": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "object"
},
"overall_score": {
"description": "Optional overall score 0\u2013100; server may recompute per contract.",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"score_rationale": {
"additionalProperties": false,
"description": "Per-dimension rationale text supporting each score.",
"properties": {
"customer_clarity": {
"description": "Evidence-backed rationale for the customer_clarity score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"distribution_potential": {
"description": "Evidence-backed rationale for the distribution_potential score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"insight_strength": {
"description": "Evidence-backed rationale for the insight_strength score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"market_potential": {
"description": "Evidence-backed rationale for the market_potential score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"moat_potential": {
"description": "Evidence-backed rationale for the moat_potential score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"problem_urgency": {
"description": "Evidence-backed rationale for the problem_urgency score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"timing": {
"description": "Evidence-backed rationale for the timing score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
}
},
"required": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "object"
},
"verdict_hints": {
"description": "Up to two short hints summarizing the scoring stance.",
"items": {
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"maxItems": 2,
"type": "array"
}
},
"required": [
"dimension_scores",
"deviations",
"verdict_hints",
"score_rationale"
],
"type": "object"
}
},
"required": [
"canonical_payload",
"submitted_scoring",
"metadata",
"session_id"
],
"type": "object",
"x-actwise-schema-id": "evaluate-idea",
"x-actwise-schema-version": "SCH-01.3"
},
"name": "evaluate_idea"
}
]
}
},
"bad_protocol_status_code": 200,
"delete_error": null,
"delete_status_code": null,
"expired_session_error": null,
"expired_session_status_code": null,
"issues": [
"missing_protocol_header",
"bad_protocol_not_rejected"
],
"last_event_id_visible": false,
"protocol_header_present": false,
"requested_protocol_version": "2025-03-26",
"session_id_present": false,
"transport": "streamable-http"
},
"latency_ms": 352.11,
"status": "error"
},
"utility_coverage_probe": {
"details": {
"completions": {
"advertised": false,
"live_probe": "not_executed",
"sample_target": {
"type": "resource",
"uri": "actwise://capabilities"
}
},
"initialize_capability_keys": [],
"pagination": {
"metadata_signal": false,
"next_cursor_methods": [],
"supported": false
},
"tasks": {
"advertised": false,
"http_status": 200,
"probe_status": "missing"
}
},
"latency_ms": 317.79,
"status": "missing"
}
},
"failures": {
"initialize": {
"error": "Client error '401 Unauthorized' for url 'https://actwise.ai/ideation/mcp/v1'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401",
"headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload",
"www-authenticate": "Bearer resource_metadata=\"https://actwise.ai/ideation/mcp/v1/.well-known/oauth-protected-resource\""
},
"http_status": 401,
"payload": {},
"url": "https://actwise.ai/ideation/mcp/v1"
},
"oauth_authorization_server": {
"reason": "no_authorization_server"
},
"oauth_protected_resource": {
"error": "Client error '404 Not Found' for url 'https://actwise.ai/.well-known/oauth-protected-resource'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://actwise.ai/.well-known/oauth-protected-resource"
},
"openid_configuration": {
"reason": "no_authorization_server"
},
"server_card": {
"error": "Client error '404 Not Found' for url 'https://actwise.ai/.well-known/mcp/server-card.json'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404",
"url": "https://actwise.ai/.well-known/mcp/server-card.json"
},
"transport_compliance_probe": {
"bad_protocol_error": null,
"bad_protocol_headers": {
"content-type": "application/json",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload"
},
"bad_protocol_payload": {
"id": 410,
"jsonrpc": "2.0",
"result": {
"tools": [
{
"annotations": {
"destructiveHint": false,
"openWorldHint": false,
"readOnlyHint": true
},
"description": "Read one canonical Actwise context resource. Before using evaluate_idea, first read actwise://capabilities/evaluate/context. Prefer packages.evaluate_session (actwise://capabilities/evaluate/packages/evaluate-session) for the short evaluation session, then call evaluate_idea and present from the loaded package. Modular child URIs remain valid for inspection. Use only registered actwise:// URIs. Resource-capable clients may use MCP resources/read instead.",
"inputSchema": {
"additionalProperties": false,
"properties": {
"known_etag": {
"description": "Optional ETag of this exact resource already loaded in the current conversation.",
"type": [
"string",
"null"
]
},
"uri": {
"description": "A registered Actwise runtime resource URI.",
"pattern": "^actwise://",
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
},
"name": "read_context_resource"
},
{
"annotations": {
"destructiveHint": false,
"openWorldHint": false,
"readOnlyHint": false
},
"description": "Submit a structured idea evaluation with session_id only after reading actwise://capabilities/evaluate/context and preferring packages.evaluate_session (actwise://capabilities/evaluate/packages/evaluate-session) for user_submission plus presentation. Resource-capable clients may use MCP resources/read; tools-only clients must call read_context_resource. Do not call this tool as the first step after receiving a rough idea unless the user explicitly asks to submit the current version despite known gaps. Compose arguments from this tool inputSchema and verify its digest against the context index tool_contract. Pass session_id from the context or package read; do not echo submission_context into runtime_context or supply contract_refs. After presenting a result, preserve Actwise context for follow-up questions referring to the result, review, scores, benchmark, confidence, quality, reliability, independence, usefulness or limitations. Apply the packaged evaluation-quality-assessment guidance for result-quality questions; it uses the canonical product explanation. Treat an implicit quality follow-up as Actwise context unless the user explicitly requests an outside opinion.",
"inputSchema": {
"additionalProperties": false,
"allOf": [
{
"if": {
"properties": {
"evaluation_mode": {
"const": "official"
}
},
"required": [
"evaluation_mode"
]
},
"then": {
"required": [
"official_authorization"
]
}
},
{
"if": {
"anyOf": [
{
"properties": {
"evaluation_mode": {
"const": "preview"
}
},
"required": [
"evaluation_mode"
]
},
{
"not": {
"required": [
"evaluation_mode"
]
}
}
]
},
"then": {
"properties": {
"official_authorization": false
}
}
}
],
"properties": {
"canonical_payload": {
"additionalProperties": false,
"description": "Normalized idea fields used for scoring and verification.",
"properties": {
"category": {
"description": "Product or business-model category for segmentation and benchmarks.",
"enum": [
"b2b-saas",
"vertical-saas",
"b2c-app",
"marketplace",
"developer-tool",
"workflow-automation",
"ai-agent",
"data-product",
"api-infrastructure",
"commerce-enablement",
"managed-service",
"open-source",
"community-product",
"hardware-enabled",
"other"
],
"type": "string"
},
"industry": {
"description": "Primary industry taxonomy label for segmentation and benchmarks.",
"enum": [
"fintech",
"healthtech",
"edtech",
"ecommerce",
"cybersecurity",
"climate-tech",
"energy",
"proptech",
"logistics",
"mobility",
"manufacturing",
"agriculture-and-food",
"consumer-internet",
"media-and-creator",
"enterprise-it",
"other"
],
"type": "string"
},
"problem": {
"description": "Customer problem being solved; concrete pain, not a feature list.",
"maxLength": 1000,
"minLength": 20,
"type": "string"
},
"solution": {
"description": "What you build and how it addresses the stated problem.",
"maxLength": 1000,
"minLength": 20,
"type": "string"
},
"stage": {
"description": "Current maturity of the idea or product.",
"enum": [
"idea",
"prototype",
"mvp",
"pilot",
"early-traction",
"production"
],
"type": "string"
},
"target_customer": {
"description": "Who feels the pain and would buy or adopt; a segment, not everyone.",
"maxLength": 500,
"minLength": 10,
"type": "string"
},
"why_now": {
"description": "Why this is timely now versus earlier attempts.",
"maxLength": 500,
"minLength": 10,
"type": "string"
}
},
"required": [
"problem",
"target_customer",
"solution",
"why_now",
"industry",
"category",
"stage"
],
"type": "object"
},
"client_runtime_sidecar": {
"additionalProperties": false,
"description": "Runtime-only client envelope fields stripped before service-side LLM prompt construction.",
"properties": {
"coaching_style_profile_delta": {
"additionalProperties": false,
"description": "Optional coaching style delta; never forwarded to scoring LLM prompts.",
"properties": {
"changed": {
"description": "True when the coaching style profile changed in this turn.",
"type": "boolean"
},
"confidence": {
"description": "Client confidence in the coaching style delta.",
"enum": [
"low",
"medium",
"high"
],
"type": "string"
},
"patch": {
"description": "Opaque patch operations describing the coaching style delta.",
"items": {
"type": "object"
},
"type": "array"
},
"source": {
"description": "How the delta was produced: explicit, inferred, mixed, or system_default.",
"enum": [
"explicit",
"inferred",
"mixed",
"system_default"
],
"type": "string"
}
},
"required": [
"changed",
"patch",
"source",
"confidence"
],
"type": "object"
},
"idea_revision_lineage": {
"additionalProperties": false,
"description": "Optional iteration lineage for preview progress comparison.",
"properties": {
"idea_lineage_id": {
"description": "Stable client id linking preview/official iterations of one idea.",
"maxLength": 160,
"minLength": 1,
"type": "string"
},
"previous_evaluation_id": {
"description": "Prior evaluation id to compare against; null on first revision.",
"maxLength": 160,
"type": [
"string",
"null"
]
},
"revision_summary": {
"description": "Short summary of what changed since the previous evaluation.",
"maxLength": 2000,
"type": [
"string",
"null"
]
},
"revision_target_lens": {
"description": "Dimension this revision aimed to improve; null if none.",
"oneOf": [
{
"description": "One of the seven Actwise evaluation dimensions.",
"enum": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"idea_lineage_id"
],
"type": "object"
},
"visibility": {
"const": "runtime_only_not_llm",
"description": "Marker that sidecar fields are runtime-only and not LLM-visible.",
"type": "string"
}
},
"type": "object"
},
"evaluation_mode": {
"default": "preview",
"description": "preview: lens percentiles only, no LLM or baseline write (default). official: full verification path for end-of-ideation standing.",
"enum": [
"preview",
"official"
],
"type": "string"
},
"idempotency_key": {
"description": "Optional key to dedupe retries of the same submission; null if unused.",
"maxLength": 160,
"type": [
"string",
"null"
]
},
"metadata": {
"additionalProperties": false,
"description": "Submission provenance and optional display metadata.",
"properties": {
"company_id": {
"description": "Optional company identifier when known; null otherwise.",
"maxLength": 120,
"type": [
"string",
"null"
]
},
"conversation_depth": {
"description": "Count of substantive conversation turns before submission.",
"minimum": 0,
"type": "integer"
},
"idea_title": {
"description": "Optional display title for official evaluation Markdown (IMPL-26 Phase 3).",
"maxLength": 160,
"type": [
"string",
"null"
]
},
"linkedin_connected": {
"description": "Whether the submitter has LinkedIn connected for profile enrichment.",
"type": "boolean"
},
"submission_source": {
"description": "Who originated the submission: user, seed, or internal test.",
"enum": [
"user",
"seed",
"internal_test"
],
"type": "string"
},
"subscriber_id": {
"description": "Optional subscriber identifier when known; null otherwise.",
"maxLength": 120,
"type": [
"string",
"null"
]
},
"template_completion_score": {
"description": "0\u20131 completeness of structured template fields before submit.",
"maximum": 1,
"minimum": 0,
"type": "number"
},
"user_segment": {
"description": "Optional analytics segment label; null if unknown.",
"maxLength": 120,
"type": [
"string",
"null"
]
}
},
"required": [
"submission_source"
],
"type": "object"
},
"official_authorization": {
"additionalProperties": false,
"description": "Required when evaluation_mode is official. Records why the user authorized quota consumption.",
"properties": {
"basis": {
"description": "Why the client is authorized to consume official evaluation quota. Completing preview alone is not authorization.",
"enum": [
"explicit_user_request",
"user_confirmed_after_quota_disclosure"
],
"type": "string"
}
},
"required": [
"basis"
],
"type": "object"
},
"session_id": {
"description": "Opaque evaluate session from context or evaluate-session package read (IMPL-45). Required for user submissions.",
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"submitted_scoring": {
"additionalProperties": false,
"description": "Client-composed scores and rationales verified under CT-03.",
"properties": {
"deviations": {
"additionalProperties": false,
"description": "Strongest and weakest dimensions in the submitted profile.",
"properties": {
"strongest": {
"description": "Dimension the idea is relatively strongest on.",
"enum": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "string"
},
"weakest": {
"description": "Dimension that most limits standing; coach here first after evaluation.",
"enum": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "string"
}
},
"required": [
"strongest",
"weakest"
],
"type": "object"
},
"dimension_scores": {
"additionalProperties": false,
"description": "Per-dimension scores 0\u2013100 matching the evaluation rubric.",
"properties": {
"customer_clarity": {
"description": "How clearly the primary buyer/user and use case are defined (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"distribution_potential": {
"description": "How realistically the idea can reach customers (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"insight_strength": {
"description": "How non-obvious and defensible the insight or wedge is (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"market_potential": {
"description": "How large and reachable the opportunity looks (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"moat_potential": {
"description": "How durable competitive advantage could become (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"problem_urgency": {
"description": "How painful and time-sensitive the problem is for the target customer (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"timing": {
"description": "How favorable current market and timing conditions are (0\u2013100).",
"maximum": 100,
"minimum": 0,
"type": "integer"
}
},
"required": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "object"
},
"overall_score": {
"description": "Optional overall score 0\u2013100; server may recompute per contract.",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"score_rationale": {
"additionalProperties": false,
"description": "Per-dimension rationale text supporting each score.",
"properties": {
"customer_clarity": {
"description": "Evidence-backed rationale for the customer_clarity score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"distribution_potential": {
"description": "Evidence-backed rationale for the distribution_potential score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"insight_strength": {
"description": "Evidence-backed rationale for the insight_strength score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"market_potential": {
"description": "Evidence-backed rationale for the market_potential score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"moat_potential": {
"description": "Evidence-backed rationale for the moat_potential score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"problem_urgency": {
"description": "Evidence-backed rationale for the problem_urgency score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
},
"timing": {
"description": "Evidence-backed rationale for the timing score.",
"maxLength": 600,
"minLength": 1,
"type": "string"
}
},
"required": [
"problem_urgency",
"customer_clarity",
"insight_strength",
"distribution_potential",
"market_potential",
"timing",
"moat_potential"
],
"type": "object"
},
"verdict_hints": {
"description": "Up to two short hints summarizing the scoring stance.",
"items": {
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"maxItems": 2,
"type": "array"
}
},
"required": [
"dimension_scores",
"deviations",
"verdict_hints",
"score_rationale"
],
"type": "object"
}
},
"required": [
"canonical_payload",
"submitted_scoring",
"metadata",
"session_id"
],
"type": "object",
"x-actwise-schema-id": "evaluate-idea",
"x-actwise-schema-version": "SCH-01.3"
},
"name": "evaluate_idea"
}
]
}
},
"bad_protocol_status_code": 200,
"delete_error": null,
"delete_status_code": null,
"expired_session_error": null,
"expired_session_status_code": null,
"issues": [
"missing_protocol_header",
"bad_protocol_not_rejected"
],
"last_event_id_visible": false,
"protocol_header_present": false,
"requested_protocol_version": "2025-03-26",
"session_id_present": false,
"transport": "streamable-http"
}
},
"remote_url": "https://actwise.ai/ideation/mcp/v1",
"server_card_payload": null,
"server_identifier": "ai.actwise/ideation"
}
Capabilities
- OAuth:
- DCR/CIMD:
- Prompts:
- Homepage: https://actwise.ai/home/ideation
- Docs: none
- Support: none
- Icon: none
- Remote endpoint: https://actwise.ai/ideation/mcp/v1
- Directory listing: none
- Server card: none
Transport compliance drilldown
Issues: missing_protocol_header, bad_protocol_not_rejected
Request association
Connector replay
Required-argument replay breaks
| Tool | Added required args | Removed required args |
|---|---|---|
| No required-argument replay breaks detected. | ||
Output-schema replay breaks
| Tool | Removed properties | Added properties |
|---|---|---|
| No output-schema replay breaks detected. | ||