Skip to main content
Glama

Advanced PocketBase MCP Server

set_request_options

Configure custom headers, auto-cancellation, and request identifiers for handling API interactions in the Advanced PocketBase MCP Server.

Input Schema

NameRequiredDescriptionDefault
autoCancellationNoEnable/disable auto cancellation
headersNoCustom headers
requestKeyNoCustom request identifier

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "autoCancellation": { "description": "Enable/disable auto cancellation", "type": "boolean" }, "headers": { "additionalProperties": { "type": "string" }, "description": "Custom headers", "type": "object" }, "requestKey": { "description": "Custom request identifier", "type": [ "string", "null" ] } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DynamicEndpoints/advanced-pocketbase-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server