Skip to main content
Glama

Create OJS journal

ojs_create_journal

Creates a journal on an OJS install via the CLI bootstrap recipe, resolving three common issues to ensure the frontend works immediately.

Instructions

Create the first (or another) journal on an existing OJS install via the CLI bootstrap recipe — handles the 3 known gotchas (loadAllPlugins throw, missing default section, per-context theme enable) so the frontend works immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesOJS subdomain, e.g. journal.example.com
urlPathYesJournal path segment, e.g. myjournal
nameEnYesEnglish journal name
nameArNoArabic journal name
acronymYesAcronym, e.g. MYJ
primaryLocaleNoen
localesNoSupported locales
docrootNoOverride docroot path
Behavior4/5

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

Without annotations, the description carries full disclosure burden. It proactively lists three known gotchas (loadAllPlugins throw, missing default section, per-context theme enable) and implies automatic handling, adding valuable context beyond a simple 'create journal'. However, it omits permissions or potential side effects on other journal data.

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?

The description is a single, information-dense sentence that front-loads the action and key benefits. Every component (action, context, gotchas, outcome) earns its place without redundancy.

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?

For a tool with 8 parameters, no output schema, and no annotations, the description fails to specify return values, success indicators, or error handling beyond the listed gotchas. It does not address whether the tool is idempotent or what happens if a journal already exists.

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?

With 88% schema coverage, the parameters are already well-documented in the schema. The description adds no additional parameter details beyond mentioning 'domain' and 'urlPath' implicitly via examples. It does not compensate for the 12% uncovered parameters or explain parameter usage nuances.

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 clearly states the tool creates a journal on an existing OJS install via a CLI bootstrap recipe, specifying the resource ('journal') and method. It also distinguishes from siblings like ojs_install (which installs OJS) and ojs_status (checks status) by mentioning 'first (or another) journal'.

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 clarifies that the tool is for creating journals after OJS installation and includes handling of known gotchas. However, it does not explicitly state when not to use it (e.g., if OJS is not installed) or provide alternatives among siblings for related tasks.

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/haydary1986/fleet-mcp'

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