تخطَّ إلى المحتوى الرئيسي

أدوات MCP

كل أداة MCP يسجلها الخادم، مولدة من السجل نفسه: الاسم وما تفعله ووسائطها. يعيد CI توليد هذا الجدول مع كل تغيير فلا يمكن أن يتقادم.

ToolWhat it doesArguments
prodantix.analytics.runQueryRun an aggregation over a project's event stream: one or more lettered metrics (A, B, ...), formulas over their letters (A / B), up to three breakdowns and a compared period (previous_period, previous_day, previous_week, previous_month, previous_quarter, previous_year).project_id: string, event: string, measure_kind: string, measure_property?: string | null, metrics?: array | null, formulas?: array | null, breakdowns?: array | null, compare?: string | null, granularity: string, from: string, to: string, limit?: integer | null
prodantix.experiments.listList a project's experiments.project_id: string
prodantix.experiments.resultsRead an experiment's per-variation results.project_id: string, key: string
prodantix.flags.archiveArchive a feature flag (write).project_id: string, key: string
prodantix.flags.change_requestsList a project's flag change requests, optionally by status.project_id: string, status?: string | null
prodantix.flags.historyRead a flag's versions, newest first, with who changed what.project_id: string, key: string
prodantix.flags.listList a project's feature flags.project_id: string
prodantix.flags.proposePropose a flag change for a person to review (write).project_id: string, key: string, change: object, comment?: string | null
prodantix.flags.rolloutsList a project's flag rollouts with their steps and guardrails.project_id: string
prodantix.flags.upsertCreate or update a feature flag (write).project_id: string, key: string, enabled: boolean, rollout_percentage: integer, targeting?: string | null, description?: string | null, prerequisites?: string | null
prodantix.meThe authenticated principal and its live RLS tenant.
prodantix.messages.composeCompose and enqueue a message to a project's end-users (write).project_id: string, title: string, body: string, channel: string, target_kind: string, target_distinct_ids?: array | null, webhook_url?: string | null
prodantix.messages.listList a project's composed messages, newest first.project_id: string
prodantix.projects.listList the projects owned by the caller's tenant.
prodantix.workflows.listList a project's workflow definitions.project_id: string