Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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.

64 Trust /100
Trust breakdown (6 categories)

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.

Install

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

# add to Claude Code
claude mcp add christianclaudio-smartsheet-rm -- uvx mcp-server-smartsheet-rm
# add to Codex CLI
codex mcp add christianclaudio-smartsheet-rm -- uvx mcp-server-smartsheet-rm
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "christianclaudio-smartsheet-rm": {
      "type": "local",
      "command": [
        "uvx",
        "mcp-server-smartsheet-rm"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add christianclaudio-smartsheet-rm --command uvx --arg mcp-server-smartsheet-rm
# ~/.hermes/config.yaml
mcp_servers:
  christianclaudio-smartsheet-rm:
    command: "uvx"
    args: ["mcp-server-smartsheet-rm"]
// mcp.json
{
  "mcpServers": {
    "christianclaudio-smartsheet-rm": {
      "command": "uvx",
      "args": [
        "mcp-server-smartsheet-rm"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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
MCP tools · 98 exposed · ~4,049 tokens

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.

Tool Tokens
rm_get_report_rows ~24

Generate detailed custom report rows.

NameTypeReqDescription
report_parametersobjectyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_get_report_totals ~25

Generate aggregated custom report totals.

NameTypeReqDescription
report_parametersobjectyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_get_time_entry ~27

Get details for a specific time entry by its ID.

NameTypeReqDescription
entry_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_get_user ~22

Get details for a specific user.

NameTypeReqDescription
user_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_get_user_availability ~39

Query scheduled hours vs available capacity for a user.

NameTypeReqDescription
from_date
to_date
user_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_get_user_statuses ~41

Retrieve work status history for a specific user (ITO, WFH, SIC, OOO, VAC, OOF).

NameTypeReqDescription
user_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_get_user_utilization ~38

Get billable utilization metrics for a user.

NameTypeReqDescription
from_date
to_date
user_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_approvals ~37

List submitted time entry and expense approvals across the organization.

NameTypeReqDescription
pageinteger
per_pageinteger
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_assignment_subtasks ~36

List subtasks (checklist tasks) for a project assignment.

NameTypeReqDescription
assignment_idyes
project_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_assignments ~61

List resource scheduling assignments across projects or filtered by user/project.

NameTypeReqDescription
from_date
pageinteger
per_pageinteger
project_id
to_date
user_id
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_client_contacts ~23

List contacts associated with a client.

NameTypeReqDescription
client_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_clients ~32

List clients.

NameTypeReqDescription
archived
pageinteger
per_pageinteger
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_custom_field_values ~32

List custom field values for a specific entity.

NameTypeReqDescription
target_id
target_type
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_custom_fields ~15

List custom field definitions.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_disciplines ~16

List all configured disciplines.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_expense_categories ~16

List configured expense categories.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_expenses ~60

List logged expenses across projects or filtered by project/user.

NameTypeReqDescription
from_date
pageinteger
per_pageinteger
project_id
to_date
user_id
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_holidays ~28

List company and regional holidays.

NameTypeReqDescription
from_date
to_date
NameTypeReqDescription
resultstringyes

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.

NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_placeholder_resources ~35

List placeholder resources used for forecasting and capacity modeling.

NameTypeReqDescription
pageinteger
per_pageinteger
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_project_phases ~24

List phases belonging to a project.

NameTypeReqDescription
project_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_project_users ~38

List users associated with or assigned to a specific project.

NameTypeReqDescription
page
per_page
project_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_projects ~80

List projects in Smartsheet RM with filtering, phase inclusion, and pagination.

NameTypeReqDescription
archived
filter_field
filter_value
pageinteger
per_pageinteger
sort_field
sort_orderstring
with_phasesboolean
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_roles ~15

List all configured user roles.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_status_options ~18

List account-level assignment work status options.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_tags ~27

List tags.

NameTypeReqDescription
pageinteger
per_pageinteger
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_time_entries ~78

List time entries across organization or filtered by project, user, or date range (YYYY-MM-DD).

NameTypeReqDescription
from_date
pageinteger
per_pageinteger
project_id
to_date
user_id
with_suggestionsboolean
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_user_bill_rates ~25

List bill rate tiers for a user.

NameTypeReqDescription
user_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_user_suggestions ~39

Read unconfirmed scheduled time suggestions for a user.

NameTypeReqDescription
from_date
to_date
user_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_users ~60

List users in the organization with role/discipline filtering.

NameTypeReqDescription
archived
discipline
include_billabilityboolean
pageinteger
per_pageinteger
role
NameTypeReqDescription
resultstringyes

No examples provided.

rm_list_webhooks ~16

List configured organization webhooks.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

rm_lock_timesheet ~51

Lock or unlock timesheet records for a user up to a specified lock date (YYYY-MM-DD).

NameTypeReqDescription
lock_datestringyes
unlockboolean
user_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_reconcile_and_submit_week ~61

Audit weekly logged hours against a target (40h) and optionally submit/approve timesheet.

NameTypeReqDescription
auto_submitboolean
start_datestringyes
target_hoursnumber
user_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_set_custom_field_values ~40

Set custom field values for an entity.

NameTypeReqDescription
target_idyes
target_typestringyes
valuesobjectyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_set_user_status ~60

Set current working status for a user (status: 'ITO', 'WFH', 'SIC', 'OOO', 'VAC', 'OOF').

NameTypeReqDescription
notes
statusstringyes
user_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_update_assignment ~63

Update dates, allocation percentage, or hours on an existing assignment.

NameTypeReqDescription
assignment_idyes
end_date
fixed_hours
hours_per_day
note
percent
start_date
NameTypeReqDescription
resultstringyes

No examples provided.

rm_update_client ~55

Update a client record.

NameTypeReqDescription
address
archived
city
client_idyes
country
name
state
zipcode
NameTypeReqDescription
resultstringyes

No examples provided.

rm_update_custom_field ~33

Update a custom field definition.

NameTypeReqDescription
custom_field_idyes
name
options
NameTypeReqDescription
resultstringyes

No examples provided.

rm_update_discipline ~28

Update an existing discipline.

NameTypeReqDescription
discipline_idyes
namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_update_expense ~44

Update a logged expense item.

NameTypeReqDescription
amount
date
expense_idyes
is_billable
notes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_update_holiday ~36

Update a holiday.

NameTypeReqDescription
date
end_date
holiday_idyes
name
NameTypeReqDescription
resultstringyes

No examples provided.

rm_update_leave_type ~30

Update a leave type name.

NameTypeReqDescription
leave_type_idyes
namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_update_project ~72

Update project metadata, state, dates, budget or archive status.

NameTypeReqDescription
archived
budget
budget_type
description
end_date
name
project_idyes
project_state
start_date
NameTypeReqDescription
resultstringyes

No examples provided.

rm_update_project_phase ~55

Update an existing project phase.

NameTypeReqDescription
budget
description
end_date
name
phase_idyes
project_idyes
start_date
NameTypeReqDescription
resultstringyes

No examples provided.

rm_update_role ~27

Update an existing role.

NameTypeReqDescription
namestringyes
role_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_update_time_approval_status ~62

Approve or reject time entries for a user (status: 'approved', 'rejected', 'pending').

NameTypeReqDescription
approver_notes
entry_idsarrayyes
statusstringyes
user_idyes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_update_time_entry ~44

Update an existing time entry.

NameTypeReqDescription
date
entry_idyes
hours
is_billable
notes
NameTypeReqDescription
resultstringyes

No examples provided.

rm_update_user ~82

Update a user's profile, role, discipline, bill rate, or archive state.

NameTypeReqDescription
archived
bill_rate
billability_target
cost_rate
discipline
email
first_name
last_name
role
user_idyes
NameTypeReqDescription
resultstringyes

No examples provided.