Skip to main content
Glama
Upload-Post

Upload-Post

Official
by Upload-Post

Generate platform-integration JWT

generate_jwt

Generate a JWT and connection URL so end-users can connect social accounts inside an embedded Upload-Post white-label flow.

Instructions

Generate a JWT + connection URL so an end-user can connect socials inside an embedded Upload-Post flow (white-label integration).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoForce the connection page language for this profile. When omitted, the page auto-detects the visitor's browser language and falls back to English.
uiLabelsNoFlat map of i18n dot-path keys to replacement strings for the connection page, e.g. { 'connect.title': 'Link your accounts' }. Max 100 entries; keys must match ^[a-zA-Z0-9_.]+$ and values are at most 300 characters. Echoed back in the `profile` object of validate_jwt.
usernameYes
logoImageNo
platformsNo
redirectUrlNo
connectTitleNo
showCalendarNo
readonlyCalendarNo
connectDescriptionNo
redirectButtonTextNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNo
Behavior3/5

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

Annotations already show readOnlyHint=false (mutation) and destructiveHint=false. Description adds that it generates a JWT and connection URL, which is the core behavior. No contradictions, but no additional behavioral traits like expiration, persistence, or side effects are disclosed. Meets minimum for annotation coverage.

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

Conciseness4/5

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

The description is a single precise sentence, front-loading the key output. It is efficient, but could be slightly improved by adding a second sentence with a high-level parameter summary without adding much length.

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?

Given the tool's complexity (11 parameters, low schema coverage, interactions with other tools like validate_jwt), the description is too brief. It does not explain the role of parameters like uiLabels or platforms, nor how the generated JWT is used downstream. Missing guidance for a complete understanding.

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

Parameters2/5

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

With 11 parameters and only 18% schema description coverage, the description adds no parameter context. It does not explain any of the parameters (e.g., username, platforms, uiLabels) beyond what the schema provides. This is insufficient for an agent to understand how to use parameters effectively.

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?

Description clearly identifies the tool's purpose: generating a JWT and connection URL for embedding a social connection flow. It uses specific verb+resource ('Generate a JWT + connection URL') and distinguishes from sibling 'validate_jwt' by mentioning 'so an end-user can connect socials inside an embedded Upload-Post flow'.

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 description implies usage for white-label integration but does not explicitly state when to use versus alternatives. It provides context ('end-user connect socials inside an embedded Upload-Post flow') but no exclusions or guidance on when not to use or comparisons with other tools like 'validate_jwt'.

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/Upload-Post/upload-post-mcp'

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