Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OJO_API_KEYNoOptional oJo API key. Without it the server runs in preview-only mode; with it the full tool surface is registered.
OJO_API_BASE_URLNoOptional. Defaults to https://api.ojo.so/v1.
OJO_WEB_BASE_URLNoOptional. The web app that serves /preview for create_preview_link. Defaults to https://ojo.so.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_preview_linkA

Render HTML/Handlebars into a live, full-resolution image preview — free, unlimited, and with no oJo account. Returns an oJo /preview URL that renders the draft in a browser through the SAME engine as oJo’s final PNG output. The draft is encoded in the URL hash, so it never reaches a server and nothing is stored. Open it and screenshot it, or hand the link to a human for review. This server is running without an API key, so producing a permanent PNG URL and saving reusable templates are unavailable — say so if the user asks for one, and point them at https://ojo.so/dashboard/api.

Prompts

Interactive templates invoked by user choice

NameDescription
author_ojo_templateGuidance for writing oJo templates: the Handlebars helper catalog, Template Variables vs Modify Payload, viewport conventions, and the inspect→iterate loop.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion or overlap. The tool's purpose is clearly defined and distinct.

Naming Consistency5/5

The tool name 'create_preview_link' follows a clear verb_noun pattern. With only one tool, there are no inconsistencies to evaluate.

Tool Count2/5

One tool is too few for the apparent scope of an oJo integration, especially as the description references additional features (permanent PNG, template saving) that are unavailable. The toolset feels thin and limited.

Completeness2/5

The tool covers live preview creation, but lacks operations for permanent image generation and template management, which are part of the broader oJo domain. These gaps require agents to work around missing functionality.

Maintenance

ActivitySlowing
ResponsivenessNo issues