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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
render_previewC

Render deterministic preview artifacts for local input images.

render_preview_batchC

Render deterministic batch preview artifacts and contact sheets for local input images.

search_transformsC

Search AlbumentationsX transform metadata.

get_transform_schemaB

Get parameter schema, target support, and summary for one transform.

list_feedback_tagsA

List structured feedback tags accepted by adjust_pipeline.

list_quality_profilesA

List task-aware quality profiles accepted by preview comparison tools.

recommend_recipeC

Recommend a task-aware starter pipeline, quality profile, and preview workflow.

validate_pipelineC

Validate a pipeline spec and optional CPU Tensor boundary before export.

recommend_pipelineC

Recommend a conservative starter pipeline for a CV task.

adjust_pipelineC

Adjust a pipeline from structured preview feedback tags.

explain_pipelineC

Explain likely pipeline effects, risks, and useful preview feedback tags.

plan_augmentation_policyC

Plan a preview-gated augmentation policy for a task and objective.

plan_augmentation_policy_candidatesB

Plan 3-5 preview-gated augmentation policy candidates for side-by-side review.

plan_policy_iterationC

Plan the next preview-gated policy iteration from concrete review feedback.

export_pipelineC

Export a validated pipeline, optionally as a guarded CPU Tensor Python handoff.

plan_dataset_onboardingC

Plan the first safe preview for one local image or an image directory.

build_review_packetC

Build one host-facing first-preview handoff for one image or an image directory.

run_first_previewC

Run one bounded, validated first preview for a local image or image directory.

inspect_dataset_qualityC

Inspect local dataset image quality before first preview rendering.

score_dataset_preview_candidatesC

Score several preview candidates as one dataset-level decision set.

validate_preview_requestC

Validate a preview request before rendering local preview artifacts.

trace_preview_variantB

Read the applied-transform trace for one rendered preview variant.

compare_preview_runsC

Compare two preview manifests to guide structured feedback and reproducible tuning.

interpret_preview_feedbackC

Convert free-form preview feedback into structured feedback tags.

plan_preview_reviewC

Plan the next review action for one baseline-to-candidate preview comparison.

rank_preview_candidatesC

Rank multiple candidate preview runs against one baseline.

export_preview_reportC

Export a visual preview report with ranking, contact sheets, and decisions.

summarize_tuning_sessionC

Summarize a baseline-to-candidate preview tuning step.

start_tuning_sessionC

Start a persistent multi-step preview tuning session.

record_tuning_session_stepC

Record one candidate comparison inside an interactive tuning session.

list_tuning_sessionsC

List persisted interactive preview tuning sessions.

export_tuning_sessionB

Export one interactive tuning session as Markdown or JSON.

close_tuning_sessionC

Close an interactive tuning session as accepted or rejected.

archive_tuning_sessionB

Archive an interactive tuning session without deleting its audit trail.

cleanup_tuning_sessionsB

Delete older interactive tuning sessions, protecting active sessions by default.

record_preview_feedbackC

Persist user feedback for one concrete preview image variant.

list_preview_feedbackC

List concrete preview feedback records.

record_tuning_decisionC

Persist a local tuning decision for one preview comparison.

list_tuning_decisionsC

List persisted local tuning decisions.

export_tuning_reportC

Export persisted tuning decisions as markdown or JSON.

list_preview_runsC

List recent preview runs recorded under the configured artifact root.

get_preview_manifestC

Return the manifest JSON for one recorded preview run.

delete_preview_runA

Delete one preview run and its artifacts from the configured artifact root.

cleanup_preview_runsC

Delete older preview runs beyond a retention count.

diagnose_environmentC

Diagnose local MCP setup, root access, artifact writes, and public surface discovery.

run_host_smoke_checkC

Run a read-only host preflight; reading the client-smoke resource is optional.

get_workflow_exampleB

Return an active-profile workflow example when the MCP host cannot read resources.

Prompts

Interactive templates invoked by user choice

NameDescription
build_robustness_augmentation_sessionGuide an assistant through preview-driven augmentation tuning.
compare_preview_runs_for_feedbackGuide an assistant through preview run comparison before adjustment.
run_first_preview_reviewGuide an assistant through a first local preview with request validation.
tune_pipeline_from_preview_feedbackGuide an assistant through structured preview feedback adjustment.
export_reproducible_pipelineGuide final reproducible pipeline export after preview acceptance.

Resources

Contextual data attached and managed by the client

NameDescription
AlbumentationsX Preview ReviewInteractive review surface for rendered AlbumentationsX preview batches.
transforms_catalogReturn the transform catalog as compact JSON.
pipeline_schemaReturn the JSON schema for pipeline specs.
feedback_tags_resourceReturn structured feedback tags accepted by adjustment tools.
quality_profiles_resourceReturn task-aware quality profiles accepted by comparison tools.
recipes_catalog_resourceReturn task-aware recipe recommendations as compact JSON.
policy_assistant_contract_resourceReturn the preview-gated policy assistant safety contract.
capabilities_resourceReturn operational limits and safety boundaries for this MCP server.
diagnostics_guide_resourceReturn the MCP host diagnostics playbook.
workflows_catalogReturn built-in agent workflow guides as compact JSON.
task_profiles_resourceReturn task-specific workflow profiles as compact JSON.
preview_tuning_workflowReturn the preview-driven augmentation tuning workflow guide.
annotation_preview_workflowReturn the annotation-aware preview workflow guide.
client_smoke_exampleReturn the MCP host smoke-check example.
first_preview_exampleReturn the MCP first local preview host example.
distortion_review_exampleReturn the MCP distorted robustness review example.
dataset_onboarding_exampleReturn the MCP dataset onboarding host example.
diagnostics_exampleReturn the MCP host diagnostics example.
review_loop_exampleReturn the concrete preview feedback host example.
report_handoff_exampleReturn the visual report handoff host example.
torch_cpu_compose_exampleReturn the CPU Tensor Compose validation and export example.

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/dKosarevsky/albu-mcp'

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