Skip to main content
Glama

Call any Officient API endpoint

officient_request
Destructive

Call any Officient API endpoint by operationId, with schema validation and dry-run support. Use for read and write operations including POST, PATCH, PUT, and DELETE.

Instructions

Escape hatch that reaches every one of the documented Officient endpoints by operationId. Input is validated against the bundled spec before anything is sent. Required scope depends on the endpoint — officient_describe_endpoint tells you which one, and whether it writes. CAN WRITE: this tool will happily fire POST/PATCH/PUT/DELETE endpoints, so check the endpoint first. Pagination is zero-indexed (page=0 is the first page). Prefer the dedicated officient_* tools when one exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON request body for POST/PATCH/PUT endpoints. File uploads use base64 JSON fields (document_base64 / photo_base64), not multipart.
queryNoQuery string parameters, e.g. {"page": 0}. Pagination is zero-indexed.
dry_runNoWhen true, validate and return the resolved request without calling Officient.
pathParamsNoValues for the {placeholders} in the path, e.g. {"person_id": 123, "year": 2026}.
operationIdYesOperation id from officient_list_endpoints, e.g. "person-detail" or "add-event".
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Adds critical behavioral details: validation against spec, zero-indexed pagination, and write capability warning, complementing annotations that set destructiveHint and readOnlyHint.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Concise paragraph front-loading purpose, covering usage guidance, behavior, and warnings without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Comprehensive for a generic endpoint caller: covers input validation, pagination, write warning, scope checking, and priority over dedicated tools. No output schema needed as output varies.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All parameters are described in schema (100% coverage). Description adds context: validation, pagination index, file upload format, and explains dry_run, pathParams, etc., beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly identifies as an escape hatch to call any Officient endpoint by operationId. Distinguishes from dedicated tools by stating preference for those when available.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says to use when no dedicated tool exists, recommends checking scope via officient_describe_endpoint, and warns about write operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/dhrpieterjan/officient-mcp'

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