Skip to main content
Glama

get_onboarding_status

Check onboarding progress for Signal Found MCP to identify current phase, next actions, and resolve incomplete or failed sessions by viewing status details and blockers.

Instructions

Canonical onboarding progress view for a product/session.

Returns:

  • current phase

  • next required action

  • prompt-pack ack state

  • targeting approval state

  • missing artifacts + readiness blockers

Use this for recovery if a previous onboarding run was partial or failed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_slugYes
session_idYes
client_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It describes what data is returned but doesn't cover critical behavioral aspects: whether this is a read-only operation, if it requires authentication, potential rate limits, error conditions, or side effects. The description is informative about output content but lacks operational context.

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

Conciseness4/5

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

The description is efficiently structured with a clear purpose statement, bulleted return values, and specific usage guidance—all in just 4 sentences. Each sentence adds value, though the bulleted list could be more integrated into the narrative flow. Overall, it's appropriately concise without being overly terse.

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?

Given that an output schema exists (which covers return values), the description's focus on what data is returned is somewhat redundant. However, for a tool with 3 parameters (0% schema coverage) and no annotations, the description should do more to explain parameter meanings and behavioral context. It's adequate but has clear gaps in parameter documentation.

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

Parameters2/5

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

With 0% schema description coverage and 3 parameters, the description provides no information about what 'product_slug', 'session_id', or 'client_id' represent, their formats, or how they relate to the onboarding process. The description mentions 'product/session' but doesn't explain these specific parameters, leaving significant gaps in understanding how to properly invoke the tool.

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

Purpose4/5

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

The description clearly states the tool's purpose: to return a 'canonical onboarding progress view' with specific data points like current phase and next required action. It distinguishes itself by focusing on recovery scenarios for partial/failed onboarding runs, though it doesn't explicitly differentiate from all sibling tools like 'get_onboarding_prompt_pack' or 'run_full_agentic_onboarding'.

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 guidance on when to use this tool: 'for recovery if a previous onboarding run was partial or failed.' This gives clear context for its primary use case. However, it doesn't specify when NOT to use it or mention alternatives among sibling tools like 'get_onboarding_prompt_pack' or 'submit_onboarding_artifacts'.

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/signal-found/sf-mcp'

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