Skip to main content
Glama
Sequenzy

Sequenzy MCP Server

Official

get_account

Read-only

Get account information showing all available companies and the currently active company. Essential for verifying account setup and company selection before other operations.

Instructions

Get current account information including available companies. IMPORTANT: If you have access to multiple companies, you MUST either:

  1. Call select_company first to choose which company to work with, OR

  2. Pass companyId explicitly in each tool call

The response shows 'companies' (all available) and 'selectedCompanyId' (currently active). All subsequent operations will use the selected company unless you pass a companyId override.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoWhether the Sequenzy operation succeeded.
messageNoHuman-readable status, confirmation, or next-step message.
noteNoAdditional context about the result.
itemsNoFallback array wrapper used only when a tool returns a bare array.
valueNoFallback object wrapper used only when a tool returns a non-object value.
accountNoThe account record returned by Sequenzy.
companiesNoList of company records returned by Sequenzy.
currentCompanyIdNoCompany ID selected by the authenticated API key, when available.
selectedCompanyIdNoCompany ID selected locally for subsequent MCP calls, when available.
appUrlsNoDashboard URLs for relevant Sequenzy resources.
urlNoPrimary dashboard URL for this result.
settingsUrlNoCompany settings URL when available.
Behavior5/5

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

The description adds valuable behavioral details beyond annotations: it reveals the response structure (companies, selectedCompanyId) and explains how subsequent operations respect the selected company unless overridden. This aligns with readOnlyHint and adds practical usage context.

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?

The description is three short, front-loaded sentences: first states purpose, next two provide critical usage rules. No wasted words.

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?

Given zero parameters, readOnlyHint, and existence of an output schema, the description sufficiently covers tool behavior: what it returns and how multi-tenancy works. No additional information is 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?

With zero parameters and 100% schema coverage, the description has no param info but is not required. Baseline 4 is appropriate as no additional parameter meaning is 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 states it gets current account information including available companies, using a specific verb ('Get') and resource. It distinguishes itself from siblings like 'get_company' and 'select_company' by showing its focus on account-level info and multi-company context.

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 provides explicit when-to-use guidelines by highlighting the prerequisite actions for multi-company access (select_company or pass companyId). However, it does not explicitly state when not to use the tool, missing a full exclusionary context.

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/Sequenzy/mcp'

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