You're viewing a demo portfolio

Join the waitlist
PRSM

create_resource

Active

Tool of FavCRM

declared in 1.0.0

Create a bookable resource (room, equipment, vehicle). Used by services that have requiresResource=true.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "name",
    "type"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Resource name (e.g. \"Treatment Room A\")"
    },
    "type": {
      "type": "string",
      "description": "Free-form type label, e.g. \"room\", \"equipment\""
    },
    "status": {
      "enum": [
        "active",
        "inactive"
      ],
      "type": "string",
      "description": "Default active"
    },
    "capacity": {
      "type": "number",
      "description": "How many concurrent bookings (default 1)"
    },
    "description": {
      "type": "string",
      "description": "Description"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

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