Skip to main content
Glama
UseVynix
by UseVynix

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VYNIX_API_URLNoVynix API base URL (default https://www.vynix.in)https://www.vynix.in
VYNIX_API_EMAILNoEmail for authentication (alternative to token)
VYNIX_API_TOKENNoAPI token generated from Vynix dashboard
VYNIX_API_PASSWORDNoPassword for authentication (alternative to token)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsA

List the Vynix projects you own.

list_annotationsA

List a project’s annotations, optionally filtered by status, type, or priority. Start here with status "open" to see what needs fixing.

get_annotationA

Fetch one annotation with its full captured context: page, target element (selector, XPath, styles), surrounding DOM, and runtime diagnostics (console + network).

list_commentsA

Read the discussion thread on an annotation.

get_annotation_analysisA

Read the latest stored AI diagnosis for an annotation (root causes, confidence, suggested fix, and likely source files). Returns null when none has been generated yet; run diagnose_annotation to create one.

get_annotation_screenshotsA

Return the region screenshots attached to an annotation as viewable images, so you can see exactly what the reporter pointed at.

list_annotation_issuesA

List the tracker (GitHub) issues opened from an annotation, with each issue’s live state. Set refresh to reconcile against GitHub (open/closed + any linked pull request).

list_project_issuesB

List every tracker issue across a project, with an open/closed/agent summary.

generate_promptA

Render a ready-to-paste coding prompt for an annotation, formatted for a target assistant. A deterministic template (no AI spend); for a deeper analysis use diagnose_annotation.

get_metricsA

Overview of your projects: KPI counts, status breakdown, a daily time series, and recent activity.

list_membersB

List a project’s team members, including role and status.

get_activityA

Recent activity feed for a project (status changes, comments, issues, members).

update_annotation_statusB

Update an annotation’s status, e.g. to mark it in_progress or completed.

add_commentA

Add a comment to an annotation’s thread, e.g. to record what you changed. Notifies the team.

diagnose_annotationA

Run the AI Diagnosis Engine on an annotation: it analyses the captured page, element, DOM, and runtime errors to produce ranked root causes, a confidence score, a suggested fix, and the likely source files. Calls an AI provider (uses tokens / may cost money) and stores the result. Requires AI + diagnosis enabled by the workspace admin and a key set.

create_github_issueA

Create a GitHub issue from an annotation. Uses the project’s configured repo and assignee unless overridden. Embeds the generated AI prompt in the issue body.

create_share_linkA

Mint a read-only public review link for a project, so a stakeholder can review its annotations without an account. Reporter emails are hidden on shared views.

Prompts

Interactive templates invoked by user choice

NameDescription
fix_annotationA guided workflow to take one annotation from report to fix using the captured context and the AI diagnosis.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/UseVynix/vynix-mcp'

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