ScalePad
OCI · GHCR.IO/WYRE-TECHNOLOGY/SCALEPAD-MCP:V1.0.5 · SCANNED AUG 22
MCP server for ScalePad — Core, Lifecycle Manager, ControlMap, Backup Radar, and Quoter.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security0
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability79
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 34827 tokens (~91/item across 381 items; 381 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Unverified: 2 categories
Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
oci · ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
claude mcp add wyre-technology-scalepad-mcp -- docker run --rm -i ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
codex mcp add wyre-technology-scalepad-mcp -- docker run --rm -i ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wyre-technology-scalepad-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"
],
"enabled": true
}
}
} mcp_servers:
wyre-technology-scalepad-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"] {
"mcpServers": {
"wyre-technology-scalepad-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/scalepad-mcp:v1.0.5"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Aug 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
scalepad_cm_evidence_requests_list ~54
List the requests attached to a ControlMap evidence record (each request collects one round of evidence).
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| evidence_id | string | yes | Evidence ID |
No output schema declared.
No examples provided.
scalepad_cm_evidence_requests_signed_urls ~102
⚠ HIGH-IMPACT. Generate signed upload URLs for a document on an existing ControlMap evidence request (preferred for files over 10 MB). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| evidence_request_id | string | yes | Evidence request ID |
| file_name | string | yes | Name of the file to upload |
| file_size_bytes | number | yes | File size in bytes |
No output schema declared.
No examples provided.
scalepad_cm_evidence_requests_update ~118
⚠ HIGH-IMPACT. Partially update a ControlMap evidence request (assignee, status, due date, notes). Only the provided fields change. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| assigned_to | string | – | Assignee |
| client_id | string | yes | ControlMap client ID |
| due_date | string | – | Due date, ISO 8601 |
| evidence_request_id | string | yes | Evidence request ID |
| notes | string | – | Notes |
| status | string | – | Request status |
No output schema declared.
No examples provided.
scalepad_cm_evidence_requests_upload_document ~116
⚠ HIGH-IMPACT. Upload a document (multipart, up to 10 MB) to an existing ControlMap evidence request. For larger files use the signed-URL flow (scalepad_cm_evidence_requests_signed_urls). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| evidence_request_id | string | yes | Evidence request ID |
| file | string | yes | File content, base64-encoded |
| file_name | string | – | File name |
No output schema declared.
No examples provided.
scalepad_cm_evidence_search ~207
Search a ControlMap client's evidence records (POST search with a structured filter body; omit filter to list all evidence). Set fetch_items / evidence_request to include nested request detail. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| cursor | string | – | Opaque pagination cursor from the previous page |
| evidence_request | boolean | – | Include evidence request detail in the results |
| fetch_items | boolean | – | Include nested evidence items in the results |
| fields | array | – | Fields to include in the results |
| filter | object | – | Structured filter object (field -> condition), per developer.scalepad.com. Omit to return everything. |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_cm_evidence_unmap ~111
⚠ HIGH-IMPACT. Bulk-remove mappings between a ControlMap evidence record and framework objectives, controls, and/or assessment questions. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| assessment_question_codes | array | – | Assessment question codes to unmap |
| client_id | string | yes | ControlMap client ID |
| control_codes | array | – | Control codes to unmap |
| evidence_id | string | yes | Evidence ID |
| objective_codes | array | – | Framework objective codes to unmap |
No output schema declared.
No examples provided.
scalepad_cm_evidence_update ~105
⚠ HIGH-IMPACT. Update a ControlMap evidence record (title, description, owner, schedule). Only the provided fields change. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| description | string | – | Evidence description |
| evidence_id | string | yes | Evidence ID |
| owner | string | – | Owner |
| schedule | object | – | Refresh schedule definition |
| title | string | – | Evidence title |
No output schema declared.
No examples provided.
scalepad_cm_governance_create ~69
⚠ HIGH-IMPACT. Create a governance document for a ControlMap client. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| description | string | – | Governance document description |
| title | string | yes | Governance document title |
No output schema declared.
No examples provided.
scalepad_cm_governance_delete ~63
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a ControlMap governance document. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| governance_id | string | yes | Governance document ID |
No output schema declared.
No examples provided.
scalepad_cm_governance_get ~49
Get a single ControlMap governance document by ID for a client.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| governance_id | string | yes | Governance document ID |
No output schema declared.
No examples provided.
scalepad_cm_governance_list_summaries ~155
List governance overviews across all ControlMap clients. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by client tenant ID or name.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous page |
| filter_client_name | string | – | Filter by client name (filter[client.name]) |
| filter_client_tenant_id | string | – | Filter by client tenant ID (filter[client.tenant_id]) |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_cm_governance_map ~101
⚠ HIGH-IMPACT. Map a ControlMap governance document to framework objectives, policies, and/or controls. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| control_codes | array | – | Control codes to map |
| governance_id | string | yes | Governance document ID |
| objectives | array | – | Framework objectives to map |
| policy_codes | array | – | Policy codes to map |
No output schema declared.
No examples provided.
scalepad_cm_governance_search ~165
Search a ControlMap client's governance documents (POST search with a structured filter body; omit filter to list all). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| cursor | string | – | Opaque pagination cursor from the previous page |
| fields | array | – | Fields to include in the results |
| filter | object | – | Structured filter object (field -> condition), per developer.scalepad.com. Omit to return everything. |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_cm_governance_unmap ~108
⚠ HIGH-IMPACT. Bulk-remove mappings between a ControlMap governance document and framework objectives, policies, and/or controls. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| control_codes | array | – | Control codes to unmap |
| governance_id | string | yes | Governance document ID |
| objectives | array | – | Framework objectives to unmap |
| policy_codes | array | – | Policy codes to unmap |
No output schema declared.
No examples provided.
scalepad_cm_governance_update ~180
⚠ HIGH-IMPACT. Partially update a ControlMap governance document (title, description, code, status, data classification, review date, owner, approver, team, tags). Only the provided fields change. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| approver | string | – | Approver |
| client_id | string | yes | ControlMap client ID |
| code | string | – | Code |
| data_classification | string | – | Data classification |
| description | string | – | Description |
| governance_id | string | yes | Governance document ID |
| owner | string | – | Owner |
| review_date | string | – | Review date, ISO 8601 |
| status | string | – | Status |
| tags | array | – | Tags |
| team | string | – | Team |
| title | string | – | Title |
No output schema declared.
No examples provided.
scalepad_cm_health_get ~43
Get compliance health metrics for a single ControlMap client (framework progress, evidence and action-item posture).
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
No output schema declared.
No examples provided.
scalepad_cm_health_list ~186
List compliance health metrics across all ControlMap clients. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by client ID, tenant ID, or name.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous page |
| fields | string | – | Comma-separated list of fields to include |
| filter_client_id | string | – | Filter by client ID (filter[client.id]) |
| filter_client_name | string | – | Filter by client name (filter[client.name]) |
| filter_client_tenant_id | string | – | Filter by client tenant ID (filter[client.tenant_id]) |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_cm_objectives_get ~57
Get a single framework objective by ID for a ControlMap client.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| framework_id | string | yes | Framework ID |
| objective_id | string | yes | Objective ID |
No output schema declared.
No examples provided.
scalepad_cm_objectives_get_summary ~41
Get the framework objective summary for a single ControlMap client (progress across frameworks).
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
No output schema declared.
No examples provided.
scalepad_cm_objectives_list_summaries ~155
List framework objective overviews across all ControlMap clients. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by client tenant ID or name.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous page |
| filter_client_name | string | – | Filter by client name (filter[client.name]) |
| filter_client_tenant_id | string | – | Filter by client tenant ID (filter[client.tenant_id]) |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_cm_objectives_search ~174
Search the objectives of a specific compliance framework for a ControlMap client (POST search with a structured filter body). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| cursor | string | – | Opaque pagination cursor from the previous page |
| fields | array | – | Fields to include in the results |
| filter | object | – | Structured filter object (field -> condition), per developer.scalepad.com. Omit to return everything. |
| framework_id | string | yes | Framework ID |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_cm_policies_create ~94
⚠ HIGH-IMPACT. Create a policy for a ControlMap client, optionally from a policy template and with initial sections. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| policy_template_name | string | – | Policy template to create from |
| sections | array | – | Initial policy sections ({ title, description }) |
| title | string | yes | Policy title |
No output schema declared.
No examples provided.
scalepad_cm_policies_delete ~64
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a ControlMap policy (and its sections). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| policy_id | string | yes | Policy ID |
No output schema declared.
No examples provided.
scalepad_cm_policies_delete_section ~74
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a section from a ControlMap policy. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| policy_id | string | yes | Policy ID |
| section_id | string | yes | Section ID |
No output schema declared.
No examples provided.
scalepad_cm_policies_get ~50
Get a single ControlMap policy by ID for a client, including its sections.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| policy_id | string | yes | Policy ID |
No output schema declared.
No examples provided.
scalepad_cm_policies_list_summaries ~154
List policy overviews across all ControlMap clients. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by client tenant ID or name.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous page |
| filter_client_name | string | – | Filter by client name (filter[client.name]) |
| filter_client_tenant_id | string | – | Filter by client tenant ID (filter[client.tenant_id]) |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_cm_policies_map ~83
⚠ HIGH-IMPACT. Map a ControlMap policy to framework objectives and/or controls. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| control_codes | array | – | Control codes to map |
| objectives | array | – | Framework objectives to map |
| policy_id | string | yes | Policy ID |
No output schema declared.
No examples provided.
scalepad_cm_policies_search ~163
Search a ControlMap client's policies (POST search with a structured filter body; omit filter to list all). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| cursor | string | – | Opaque pagination cursor from the previous page |
| fields | array | – | Fields to include in the results |
| filter | object | – | Structured filter object (field -> condition), per developer.scalepad.com. Omit to return everything. |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_cm_policies_unmap ~89
⚠ HIGH-IMPACT. Bulk-remove mappings between a ControlMap policy and framework objectives and/or controls. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| control_codes | array | – | Control codes to unmap |
| objectives | array | – | Framework objectives to unmap |
| policy_id | string | yes | Policy ID |
No output schema declared.
No examples provided.
scalepad_cm_policies_update ~178
⚠ HIGH-IMPACT. Partially update a ControlMap policy (title, code, status, data classification, review date, owner, approver, team, tags, contributors). Only the provided fields change. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| approver | string | – | Approver |
| client_id | string | yes | ControlMap client ID |
| code | string | – | Code |
| contributors | array | – | Contributor emails |
| data_classification | string | – | Data classification |
| owner | string | – | Owner |
| policy_id | string | yes | Policy ID |
| review_date | string | – | Review date, ISO 8601 |
| status | string | – | Status |
| tags | array | – | Tags |
| team | string | – | Team |
| title | string | – | Title |
No output schema declared.
No examples provided.
scalepad_cm_policies_upsert_section ~113
⚠ HIGH-IMPACT. Create or update a section of a ControlMap policy (PUT: include id to update an existing section, omit it to create one). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| description | string | – | Section body/description |
| id | string | – | Section ID (omit to create a new section) |
| policy_id | string | yes | Policy ID |
| title | string | yes | Section title |
No output schema declared.
No examples provided.
scalepad_cm_procedures_create ~66
⚠ HIGH-IMPACT. Create a procedure for a ControlMap client. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| description | string | – | Procedure description |
| title | string | yes | Procedure title |
No output schema declared.
No examples provided.
scalepad_cm_procedures_delete ~61
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a ControlMap procedure. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| procedure_id | string | yes | Procedure ID |
No output schema declared.
No examples provided.
scalepad_cm_procedures_get ~47
Get a single ControlMap procedure by ID for a client.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| procedure_id | string | yes | Procedure ID |
No output schema declared.
No examples provided.
scalepad_cm_procedures_list_summaries ~155
List procedure overviews across all ControlMap clients. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by client tenant ID or name.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous page |
| filter_client_name | string | – | Filter by client name (filter[client.name]) |
| filter_client_tenant_id | string | – | Filter by client tenant ID (filter[client.tenant_id]) |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_cm_procedures_map ~99
⚠ HIGH-IMPACT. Map a ControlMap procedure to framework objectives, policies, and/or controls. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| control_codes | array | – | Control codes to map |
| objectives | array | – | Framework objectives to map |
| policy_codes | array | – | Policy codes to map |
| procedure_id | string | yes | Procedure ID |
No output schema declared.
No examples provided.
scalepad_cm_procedures_search ~164
Search a ControlMap client's procedures (POST search with a structured filter body; omit filter to list all). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| cursor | string | – | Opaque pagination cursor from the previous page |
| fields | array | – | Fields to include in the results |
| filter | object | – | Structured filter object (field -> condition), per developer.scalepad.com. Omit to return everything. |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_cm_procedures_unmap ~106
⚠ HIGH-IMPACT. Bulk-remove mappings between a ControlMap procedure and framework objectives, policies, and/or controls. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| control_codes | array | – | Control codes to unmap |
| objectives | array | – | Framework objectives to unmap |
| policy_codes | array | – | Policy codes to unmap |
| procedure_id | string | yes | Procedure ID |
No output schema declared.
No examples provided.
scalepad_cm_procedures_update ~178
⚠ HIGH-IMPACT. Partially update a ControlMap procedure (title, description, code, status, data classification, review date, owner, approver, team, tags). Only the provided fields change. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| approver | string | – | Approver |
| client_id | string | yes | ControlMap client ID |
| code | string | – | Code |
| data_classification | string | – | Data classification |
| description | string | – | Description |
| owner | string | – | Owner |
| procedure_id | string | yes | Procedure ID |
| review_date | string | – | Review date, ISO 8601 |
| status | string | – | Status |
| tags | array | – | Tags |
| team | string | – | Team |
| title | string | – | Title |
No output schema declared.
No examples provided.
scalepad_cm_reports_get_signed_url ~57
Retrieve a signed URL to download a generated ControlMap report for a client. The URL is time-limited.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| report_id | string | yes | Report ID |
No output schema declared.
No examples provided.
scalepad_cm_reports_list ~158
List generated ControlMap reports for a client (POST search with a structured filter body). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| cursor | string | – | Opaque pagination cursor from the previous page |
| fields | array | – | Fields to include in the results |
| filter | object | – | Structured filter object (field -> condition), per developer.scalepad.com. Omit to return everything. |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_cm_risks_create ~159
⚠ HIGH-IMPACT. Create a risk in a ControlMap client's risk register (name, description, status, department, category, owner, business impact, impact/likelihood scores). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| business_impact | string | – | Business impact description |
| client_id | string | yes | ControlMap client ID |
| department | string | – | Responsible department |
| description | string | – | Risk description |
| impact | number | – | Impact score |
| likelihood | number | – | Likelihood score |
| name | string | yes | Risk name |
| owner_email | string | – | Risk owner's email |
| risk_category | string | – | Risk category |
| status | string | – | Risk status |
No output schema declared.
No examples provided.
scalepad_cm_risks_delete ~66
⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently delete a risk from a ControlMap client's risk register. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| risk_id | string | yes | Risk ID |
No output schema declared.
No examples provided.
scalepad_cm_risks_get ~47
Get a single ControlMap risk by ID for a client.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| risk_id | string | yes | Risk ID |
No output schema declared.
No examples provided.
scalepad_cm_risks_get_category ~51
Get a single ControlMap risk category by ID for a client.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| risk_category_id | string | yes | Risk category ID |
No output schema declared.
No examples provided.
scalepad_cm_risks_list_departments ~38
List the risk departments configured for a ControlMap client.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
No output schema declared.
No examples provided.
scalepad_cm_risks_list_summaries ~154
List risk summaries across all ControlMap clients. Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page. Filterable by client tenant ID or name.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from the previous page |
| filter_client_name | string | – | Filter by client name (filter[client.name]) |
| filter_client_tenant_id | string | – | Filter by client tenant ID (filter[client.tenant_id]) |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_cm_risks_map ~180
⚠ HIGH-IMPACT. Map a ControlMap risk to related records: assets, asset types, threats, vulnerabilities, vendors, objectives, controls, and/or action items. Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| action_item_codes | array | – | Action item codes to map |
| asset_codes | array | – | Asset codes to map |
| asset_type_names | array | – | Asset type names to map |
| client_id | string | yes | ControlMap client ID |
| control_codes | array | – | Control codes to map |
| objective_codes | array | – | Framework objective codes to map |
| risk_id | string | yes | Risk ID |
| threat_codes | array | – | Threat codes to map |
| vendor_codes | array | – | Vendor codes to map |
| vulnerability_codes | array | – | Vulnerability codes to map |
No output schema declared.
No examples provided.
scalepad_cm_risks_search ~166
Search a ControlMap client's risk register (POST search with a structured filter body; omit filter to list all risks). Cursor-paginated: pass page_size (1-200, default 50) and the cursor returned by the previous page.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | string | yes | ControlMap client ID |
| cursor | string | – | Opaque pagination cursor from the previous page |
| fields | array | – | Fields to include in the results |
| filter | object | – | Structured filter object (field -> condition), per developer.scalepad.com. Omit to return everything. |
| page_size | number | – | Results per page, 1-200 (default 50) |
| sort | string | – | Sort expression (field name, prefix with '-' for descending) |
No output schema declared.
No examples provided.
scalepad_cm_risks_unmap ~190
⚠ HIGH-IMPACT. Bulk-remove mappings between a ControlMap risk and related records (assets, asset types, threats, vulnerabilities, vendors, objectives, controls, action items). Confirm with the user before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| action_item_codes | array | – | Action item codes to unmap |
| asset_codes | array | – | Asset codes to unmap |
| asset_type_names | array | – | Asset type names to unmap |
| client_id | string | yes | ControlMap client ID |
| control_codes | array | – | Control codes to unmap |
| objective_codes | array | – | Framework objective codes to unmap |
| risk_id | string | yes | Risk ID |
| threat_codes | array | – | Threat codes to unmap |
| vendor_codes | array | – | Vendor codes to unmap |
| vulnerability_codes | array | – | Vulnerability codes to unmap |
No output schema declared.
No examples provided.