Skip to main content
Glama

Create user

vital_create_user
Destructive

Creates a Vital user record (additive). Returns the Vital user_id. Vital API: POST /v2/user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ingestion_endNoLatest date to ingest data to (yyyy-mm-dd).
client_user_idYesYour own stable id for the user (required).
ingestion_startNoEarliest date to ingest data from (yyyy-mm-dd).
fallback_time_zoneNoIANA time zone used if the provider doesn't report one.
fallback_birth_dateNoFallback birth date yyyy-mm-dd.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior1/5

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

Annotation Contradiction: annotations mark destructiveHint=true, but the description calls the operation 'additive,' which directly conflicts. It also does not disclose what happens if the client_user_id already exists or whether any destructive side effects occur.

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?

Three short clauses with no filler. The core action and return value are front-loaded, and the endpoint reference is compact.

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

Completeness2/5

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

The description states the return value but omits important context such as duplicate client_user_id behavior, required scopes/permissions, and any inconsistency with the destructiveHint annotation. With no output schema, these gaps make the definition incomplete for an agent.

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

Parameters3/5

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

Schema description coverage is 100%, so all five parameters already have meaningful descriptions. The tool description adds no parameter-level detail, so it does not go beyond the schema; this is the appropriate baseline.

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?

The description names the specific operation (create), the resource (Vital user record), and the return value (user_id), and even gives the API endpoint. This clearly separates it from the get/list sibling tools.

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

Usage Guidelines3/5

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

The verb 'Creates' implies when to use it, but there is no explicit guidance contrasting it with alternatives like vital_resolve_user or vital_get_user. No conditions, exclusions, or duplicate-handling guidance are provided.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.