Skip to main content
Glama

DripRaven WhatsApp campaigns

account_status

Read-onlyIdempotent

Identify which DripRaven account/workspace this MCP connection is linked to. Returns { workspace_id, workspace_name, owner_email, owner_name, created_at, plan, subscription_status }. Call this when the user asks who/which account or workspace they are connected as, to confirm they are operating on the right account before making changes, or to state the account out loud. owner_email is the human who owns the workspace; plan/subscription_status mirror billing_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, and the description reinforces that this is a safe identity check. It adds useful semantic nuance beyond annotations: owner_email identifies the human owner, and plan/subscription_status mirror billing_status. This prevents agents from misreading those fields as billing-specific values.

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 compact and front-loaded: purpose first, then return shape, then usage triggers, then field clarifications. Every sentence earns its place, and the caveat about plan/subscription_status mirroring billing_status is high-value disambiguation rather than filler.

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 zero-parameter read-only identity tool, the description is complete: it states what the tool does, when to call it, and exactly what fields it returns. There is no output schema, but the inline return object fully compensates. No missing information would prevent an agent from calling or interpreting the result correctly.

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 and the schema coverage is 100%, so the baseline is 4. The description adds no parameter detail (there is none needed), but it does clarify the meaning of the returned fields, which is the only extra semantic value available.

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 opens with a specific verb and resource: 'Identify which DripRaven account/workspace this MCP connection is linked to.' It also lists the exact return payload, making the tool's function unmistakable and distinct from siblings like billing_status and whatsapp_status.

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?

It gives explicit call triggers: 'when the user asks who/which account or workspace they are connected as, to confirm they are operating on the right account before making changes, or to state the account out loud.' It does not explicitly contrast with billing_status or name when-not-to-use, so it stops short of a full 5.

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