← yoseno.com

INDIVIDUAL MCP TOOL

get_survey_overview

Read one survey passport, structure, milestones and readiness; use surveyId from list_surveys.

yoseno.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://yoseno.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_survey_overview and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

yoseno.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.platform-agent-server]
url = "https://yoseno.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "platform-agent-server": {
      "type": "http",
      "url": "https://yoseno.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: platform-agent-server
Remote MCP URL: https://yoseno.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "platform-agent-server": {
      "url": "https://yoseno.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "platform-agent-server": {
      "type": "http",
      "url": "https://yoseno.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "platform-agent-server",
  "transport": "streamable-http",
  "url": "https://yoseno.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • calculate_pricing_estimate — Estimate the annual credit volume for a survey program and recommend the matching catalog position; takes respondents per survey, questions per survey and milestones per year, and returns credits, fixed assumptions, the recommendation and the public credit catalog.
  • agent_work_smoke — Check OAuth-protected Platform MCP access; example: call after login to confirm analytics:read and inspect the active session.
  • switch_organization — Switch the active organization for this MCP session; use organizationId from platform://session availableOrganizations.
  • list_surveys — List surveys in the active organization; use returned surveyId values with overview, results, drilldown and survey-authoring tools.
  • get_survey_results_summary — Read aggregate results for one survey and optional milestone; use surveyId from list_surveys and milestoneId from get_survey_overview.
  • get_survey_question_drilldown — Read drilldown with exactly one selector: questionId, categoryId or taxonKey from get_survey_overview/results.
  • compare_survey_milestones — Compare two compatible milestones for one survey; use surveyId and milestone ids from get_survey_overview.
  • list_organization_issues — List read-only organization drivers, issues and risks; use returned issueId values with get_organization_issue.