Skip to main content
Glama

pictify_update_experiment

Modify A/B testing experiments in Pictify to adjust parameters, variants, or configurations based on their current status.

Instructions

Update an existing experiment. Available fields depend on the current status:

  • draft/paused: All fields can be updated (name, slug, variants, goalConfig, banditConfig, hypothesis, etc.)

  • running: Only name, confidenceThreshold, minimumRunDays, goalConfig.destinationUrl

  • completed: Only name

If updating variants, weights must still sum to 10000.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
experimentIdYesThe experiment UID to update
nameNoNew experiment name
slugNoNew slug (only when draft/paused)
hypothesisNoUpdated hypothesis
variantsNoUpdated variants. Weights must sum to 10000. Only editable when draft/paused.
goalConfigNoUpdated goal configuration
banditConfigNoUpdated auto-optimization settings
confidenceThresholdNoUpdated confidence threshold (editable when running)
minimumRunDaysNoUpdated minimum run days (editable when running)
outputConfigNoUpdated output format/quality
fallbackImageUrlNoUpdated fallback image URL

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/pictify-io/mcp'

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