mcp-server-smartsheet-rm
PYPI · MCP-SERVER-SMARTSHEET-RM · SCANNED AUG 20
MCP server for Smartsheet Resource Management (10,000ft API) time tracking and scheduling.
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 Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 2 of 33 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
- 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
- License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 4 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability76
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 4086 tokens (~40/item across 100 items; 98 tools + 2 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 Coverage71
- 99% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
- 0% of tool parameters carry a description.Fail
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Unverified: 1 category
A category scored 0 because we could not verify it: 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.
pypi · mcp-server-smartsheet-rm
claude mcp add christianclaudio-smartsheet-rm -- uvx mcp-server-smartsheet-rm
codex mcp add christianclaudio-smartsheet-rm -- uvx mcp-server-smartsheet-rm
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"christianclaudio-smartsheet-rm": {
"type": "local",
"command": [
"uvx",
"mcp-server-smartsheet-rm"
],
"enabled": true
}
}
} openclaw mcp add christianclaudio-smartsheet-rm --command uvx --arg mcp-server-smartsheet-rm
mcp_servers:
christianclaudio-smartsheet-rm:
command: "uvx"
args: ["mcp-server-smartsheet-rm"] {
"mcpServers": {
"christianclaudio-smartsheet-rm": {
"command": "uvx",
"args": [
"mcp-server-smartsheet-rm"
]
}
}
} 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 +15
- Malware scan: unverified → pass ▲ security
- 15 Aug 26 49
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 20 Aug 2026 · Analysed pypi/mcp-server-smartsheet-rm@1.0.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Dependencies 33 packages
| Packages resolved | 33 |
|---|---|
| Stale | 1 |
| No linked repository | 1 |
| Tree resolution | Complete |
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.
rm_get_report_rows ~24
Generate detailed custom report rows.
| Name | Type | Req | Description |
|---|---|---|---|
| report_parameters | object | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_get_report_totals ~25
Generate aggregated custom report totals.
| Name | Type | Req | Description |
|---|---|---|---|
| report_parameters | object | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_get_time_entry ~27
Get details for a specific time entry by its ID.
| Name | Type | Req | Description |
|---|---|---|---|
| entry_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_get_user ~22
Get details for a specific user.
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_get_user_availability ~39
Query scheduled hours vs available capacity for a user.
| Name | Type | Req | Description |
|---|---|---|---|
| from_date | – | – | – |
| to_date | – | – | – |
| user_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_get_user_statuses ~41
Retrieve work status history for a specific user (ITO, WFH, SIC, OOO, VAC, OOF).
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_get_user_utilization ~38
Get billable utilization metrics for a user.
| Name | Type | Req | Description |
|---|---|---|---|
| from_date | – | – | – |
| to_date | – | – | – |
| user_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_approvals ~37
List submitted time entry and expense approvals across the organization.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | – |
| per_page | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_assignment_subtasks ~36
List subtasks (checklist tasks) for a project assignment.
| Name | Type | Req | Description |
|---|---|---|---|
| assignment_id | – | yes | – |
| project_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_assignments ~61
List resource scheduling assignments across projects or filtered by user/project.
| Name | Type | Req | Description |
|---|---|---|---|
| from_date | – | – | – |
| page | integer | – | – |
| per_page | integer | – | – |
| project_id | – | – | – |
| to_date | – | – | – |
| user_id | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_client_contacts ~23
List contacts associated with a client.
| Name | Type | Req | Description |
|---|---|---|---|
| client_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_clients ~32
List clients.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | – | – | – |
| page | integer | – | – |
| per_page | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_custom_field_values ~32
List custom field values for a specific entity.
| Name | Type | Req | Description |
|---|---|---|---|
| target_id | – | – | – |
| target_type | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_custom_fields ~15
List custom field definitions.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_disciplines ~16
List all configured disciplines.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_expense_categories ~16
List configured expense categories.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_expenses ~60
List logged expenses across projects or filtered by project/user.
| Name | Type | Req | Description |
|---|---|---|---|
| from_date | – | – | – |
| page | integer | – | – |
| per_page | integer | – | – |
| project_id | – | – | – |
| to_date | – | – | – |
| user_id | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_holidays ~28
List company and regional holidays.
| Name | Type | Req | Description |
|---|---|---|---|
| from_date | – | – | – |
| to_date | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_leave_types ~26
List leave types (e.g. Vacation, Sick, Parental, PTO).
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_placeholder_resources ~35
List placeholder resources used for forecasting and capacity modeling.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | – |
| per_page | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_project_phases ~24
List phases belonging to a project.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_project_users ~38
List users associated with or assigned to a specific project.
| Name | Type | Req | Description |
|---|---|---|---|
| page | – | – | – |
| per_page | – | – | – |
| project_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_projects ~80
List projects in Smartsheet RM with filtering, phase inclusion, and pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | – | – | – |
| filter_field | – | – | – |
| filter_value | – | – | – |
| page | integer | – | – |
| per_page | integer | – | – |
| sort_field | – | – | – |
| sort_order | string | – | – |
| with_phases | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_roles ~15
List all configured user roles.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_status_options ~18
List account-level assignment work status options.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_tags ~27
List tags.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | – |
| per_page | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_time_entries ~78
List time entries across organization or filtered by project, user, or date range (YYYY-MM-DD).
| Name | Type | Req | Description |
|---|---|---|---|
| from_date | – | – | – |
| page | integer | – | – |
| per_page | integer | – | – |
| project_id | – | – | – |
| to_date | – | – | – |
| user_id | – | – | – |
| with_suggestions | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_user_bill_rates ~25
List bill rate tiers for a user.
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_user_suggestions ~39
Read unconfirmed scheduled time suggestions for a user.
| Name | Type | Req | Description |
|---|---|---|---|
| from_date | – | – | – |
| to_date | – | – | – |
| user_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_users ~60
List users in the organization with role/discipline filtering.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | – | – | – |
| discipline | – | – | – |
| include_billability | boolean | – | – |
| page | integer | – | – |
| per_page | integer | – | – |
| role | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_list_webhooks ~16
List configured organization webhooks.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_lock_timesheet ~51
Lock or unlock timesheet records for a user up to a specified lock date (YYYY-MM-DD).
| Name | Type | Req | Description |
|---|---|---|---|
| lock_date | string | yes | – |
| unlock | boolean | – | – |
| user_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_reconcile_and_submit_week ~61
Audit weekly logged hours against a target (40h) and optionally submit/approve timesheet.
| Name | Type | Req | Description |
|---|---|---|---|
| auto_submit | boolean | – | – |
| start_date | string | yes | – |
| target_hours | number | – | – |
| user_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_set_custom_field_values ~40
Set custom field values for an entity.
| Name | Type | Req | Description |
|---|---|---|---|
| target_id | – | yes | – |
| target_type | string | yes | – |
| values | object | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_set_user_status ~60
Set current working status for a user (status: 'ITO', 'WFH', 'SIC', 'OOO', 'VAC', 'OOF').
| Name | Type | Req | Description |
|---|---|---|---|
| notes | – | – | – |
| status | string | yes | – |
| user_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_update_assignment ~63
Update dates, allocation percentage, or hours on an existing assignment.
| Name | Type | Req | Description |
|---|---|---|---|
| assignment_id | – | yes | – |
| end_date | – | – | – |
| fixed_hours | – | – | – |
| hours_per_day | – | – | – |
| note | – | – | – |
| percent | – | – | – |
| start_date | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_update_client ~55
Update a client record.
| Name | Type | Req | Description |
|---|---|---|---|
| address | – | – | – |
| archived | – | – | – |
| city | – | – | – |
| client_id | – | yes | – |
| country | – | – | – |
| name | – | – | – |
| state | – | – | – |
| zipcode | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_update_custom_field ~33
Update a custom field definition.
| Name | Type | Req | Description |
|---|---|---|---|
| custom_field_id | – | yes | – |
| name | – | – | – |
| options | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_update_discipline ~28
Update an existing discipline.
| Name | Type | Req | Description |
|---|---|---|---|
| discipline_id | – | yes | – |
| name | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_update_expense ~44
Update a logged expense item.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | – | – | – |
| date | – | – | – |
| expense_id | – | yes | – |
| is_billable | – | – | – |
| notes | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_update_holiday ~36
Update a holiday.
| Name | Type | Req | Description |
|---|---|---|---|
| date | – | – | – |
| end_date | – | – | – |
| holiday_id | – | yes | – |
| name | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_update_leave_type ~30
Update a leave type name.
| Name | Type | Req | Description |
|---|---|---|---|
| leave_type_id | – | yes | – |
| name | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_update_project ~72
Update project metadata, state, dates, budget or archive status.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | – | – | – |
| budget | – | – | – |
| budget_type | – | – | – |
| description | – | – | – |
| end_date | – | – | – |
| name | – | – | – |
| project_id | – | yes | – |
| project_state | – | – | – |
| start_date | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_update_project_phase ~55
Update an existing project phase.
| Name | Type | Req | Description |
|---|---|---|---|
| budget | – | – | – |
| description | – | – | – |
| end_date | – | – | – |
| name | – | – | – |
| phase_id | – | yes | – |
| project_id | – | yes | – |
| start_date | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_update_role ~27
Update an existing role.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | – |
| role_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_update_time_approval_status ~62
Approve or reject time entries for a user (status: 'approved', 'rejected', 'pending').
| Name | Type | Req | Description |
|---|---|---|---|
| approver_notes | – | – | – |
| entry_ids | array | yes | – |
| status | string | yes | – |
| user_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_update_time_entry ~44
Update an existing time entry.
| Name | Type | Req | Description |
|---|---|---|---|
| date | – | – | – |
| entry_id | – | yes | – |
| hours | – | – | – |
| is_billable | – | – | – |
| notes | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
rm_update_user ~82
Update a user's profile, role, discipline, bill rate, or archive state.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | – | – | – |
| bill_rate | – | – | – |
| billability_target | – | – | – |
| cost_rate | – | – | – |
| discipline | – | – | – |
| – | – | – | |
| first_name | – | – | – |
| last_name | – | – | – |
| role | – | – | – |
| user_id | – | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.