You're viewing a demo portfolio

Join the waitlist
PRSM

update_mid_call_tool

Active

Tool of Famulor

declared in 0.2.0

Update a mid-call tool. headers/schema fully replace existing values when provided.

Parameters schema

{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "method": {
      "enum": [
        "GET",
        "POST",
        "PUT",
        "PATCH",
        "DELETE"
      ],
      "type": "string"
    },
    "schema": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "headers": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "timeout": {
      "type": "integer"
    },
    "endpoint": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Famulor

https://github.com/bekservice/Famulor-MCP

1/7 registries
View full server →
update_mid_call_tool — Famulor — PRSM MCP