You're viewing a demo portfolio

Join the waitlist
PRSM

set_resource_availability

Active

Tool of FavCRM

declared in 1.0.0

Add an availability window for a resource. Use day-of-week + recurring=true for weekly schedules, or a specific date for one-off blocks.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "resourceId",
    "startTime",
    "endTime"
  ],
  "properties": {
    "date": {
      "type": "string",
      "description": "YYYY-MM-DD for a specific date instead of dayOfWeek"
    },
    "type": {
      "enum": [
        "available",
        "blocked"
      ],
      "type": "string",
      "description": "Default available"
    },
    "endTime": {
      "type": "string",
      "description": "HH:MM (24h)"
    },
    "dayOfWeek": {
      "enum": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri",
        "sat",
        "sun"
      ],
      "type": "string",
      "description": "Day of week (0=Sun..6=Sat)"
    },
    "startTime": {
      "type": "string",
      "description": "HH:MM (24h)"
    },
    "resourceId": {
      "type": "string",
      "description": "Resource ID"
    },
    "isRecurring": {
      "type": "boolean",
      "description": "Default true"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
set_resource_availability — FavCRM — PRSM MCP