Skip to main content
Glama

vrchat_instance_link_event

Associate an allowlisted VRChat group instance with its group event without notifying members.

Instructions

Link an allowlisted group instance to its event without notifying.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupIdYesOwning group.
worldIdYesInstance world.
calendarIdYesGroup event.
instanceIdYesBare instance.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
groupIdYes
locationYes
calendarIdYes
eventTitleYes
instanceNameYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.13

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes beyond the readOnlyHint=false annotation by disclosing that no notification is sent, which is a meaningful behavioral side-effect. However, it does not mention permission requirements, idempotency, or what happens to a previously linked event, so transparency is partial.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence that puts the core action first and includes the important 'without notifying' qualifier. No filler; every word contributes to selecting and invoking the tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description and schema together cover the four required parameters and an output schema exists, but terms like 'allowlisted' and 'bare instance' are left unexplained and there is no guidance on preconditions or conflict behavior. It is adequate for a simple linking operation but not richly contextual.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents every parameter; the description adds no additional parameter-level meaning. The schema descriptions are terse but present, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific action (Link), a specific resource (allowlisted group instance), and a target (its event), plus the non-notification qualifier. This clearly distinguishes it from the many event/instance sibling tools like vrchat_instance_create or vrchat_group_event_get.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the use case—linking an existing allowlisted instance to a calendar event—and flags the no-notification behavior, but it never explicitly says when to prefer this over create/update tools or states exclusions. An agent must infer the alternatives from sibling names.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/BASIC-BIT/vrchat-mcp'

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