Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_stylesA

Return the canonical list of image-generation styles or presets the site exposes. (AI Photo Editor)

get_pricingA

Return the canonical pricing entry point for AI Photo Editor.

get_official_linksA

Return the canonical list of official links for AI Photo Editor (website, support, docs when available).

Prompts

Interactive templates invoked by user choice

NameDescription
tell_me_about_aiphotoeditorSummarize what the site is, who it's for, and how it works. — AI Photo Editor
try_image_style_aiphotoeditorRecommend a starting image-generation style for a stated goal. — AI Photo Editor

Resources

Contextual data attached and managed by the client

NameDescription
stylesSupported image-generation styles and presets.
pricingCanonical pricing entry point.
faqShort FAQ generated from public site metadata.
linksCanonical URLs to share with users.

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing styles, retrieving pricing, and fetching official links. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case: list_styles, get_pricing, get_official_links.

Tool Count3/5

Three tools is on the low side for a server named 'aiphotoeditor'; it lacks any editing or manipulation tools, but for purely informational purposes it could be acceptable.

Completeness2/5

The server provides only read-only information (styles, pricing, links) but no tools to actually edit photos, apply styles, or perform any image operations, which is a severe gap given the server's name and implied purpose.