Skip to main content
Glama
Sigma-Algo

sigmavue-mcp

Official
by Sigma-Algo

sigmavue_status

Verify backend connectivity and obtain user account details. Reports authentication status and provides login guidance when not authenticated.

Instructions

Backend health plus, when a token is stored, the current user and account summary. Safe to call unauthenticated — it reports authenticated: false with a login hint rather than erroring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully carries the burden. It discloses that the tool does not error on unauthenticated requests but instead returns 'authenticated: false' with a login hint. This is a key behavioral trait beyond the basic function.

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?

Two sentences with no wasted words. Front-loaded with 'Backend health plus', immediately conveying the main purpose. Every sentence adds value.

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

Completeness4/5

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

Given the tool's simplicity (no parameters, output schema exists), the description is complete enough. It covers the core function and the special unauthenticated behavior. Minor gap: could mention it's useful for connectivity checks, but not necessary.

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?

The tool has zero parameters, so the baseline is 4. The description adds no parameter information because none are needed.

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 clearly identifies the tool as a health check that also returns user/account info when authenticated. It uses specific verb 'reports' and resource 'backend health plus current user/account summary'. It distinguishes from sibling CRUD tools by its status-check nature.

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 description explicitly states it is safe to call unauthenticated, providing clear context on when to use. It does not explicitly state when not to use or suggest alternatives, but the purpose implies it's the status tool, and the sibling tools have different functions.

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/Sigma-Algo/sigmavue-cli'

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