Skip to main content
Glama

Vivu

Get connected Vivu account

vivu_get_account
Read-onlyIdempotent

Show the Vivu account connected to this assistant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleYesAccount role in the current workspace.
emailYesEmail address of the connected account.
display_nameYesDisplay name of the connected account.
workspace_nameYesName of the current workspace.
workspace_typeYesType of the current workspace.
can_create_projectsYesWhether the account can create projects.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds modest scoping context ('connected to this assistant') but does not disclose additional behavioral traits such as error conditions or authentication specifics.

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, front-loaded sentence contains all essential information with zero waste. It states the action, resource, and scope in a compact form that is immediately parseable.

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

Completeness5/5

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

For a parameterless read-only tool with a full output schema and clear annotations, the description is complete. Nothing an agent needs to invoke or understand this tool is missing.

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

Parameters4/5

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

With zero parameters and 100% schema description coverage, the schema leaves nothing undocumented. The rubric assigns a baseline of 4 for tools with no parameters, and the description appropriately avoids inventing parameter details.

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?

The description uses a specific verb ('Show') and resource ('Vivu account connected to this assistant'), clearly distinguishing it from sibling tools like vivu_create_project or vivu_list_videos. There is no ambiguity about what is retrieved.

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

Usage Guidelines4/5

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

The phrase 'connected to this assistant' establishes when this tool is relevant: when the agent needs the current account context. No alternative account-related siblings exist, so exclusion guidance is unnecessary; the usage context is clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources