Skip to main content
Glama
NerdSnipe-Inc

Follow Up Boss MCP Server

listSmartLists

List all smart lists from Follow Up Boss, with an option to include both classic and current UI versions.

Instructions

List all smart lists. By default only classic FUB smart lists are returned. Pass all: true to also include smart lists created in the current FUB UI.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoReturn all smart lists from both FUB Classic and current FUB
fub2NoReturn smart lists created in FUB's current UI
nextNoCursor for next page of results
limitNoMaximum number of results to return
offsetNoOffset for pagination
Behavior3/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 disclosure. It usefully reveals the default scope behavior and the effect of `all: true`. However, it does not disclose pagination behavior, return format, or the relationship between `all` and the `fub2` parameter, leaving some behavioral ambiguity.

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 two sentences, front-loaded with the primary action, and contains no filler. Every word contributes to understanding the tool's purpose and behavior.

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?

The description covers the core purpose and the main nuance (classic vs current UI). However, it omits the `fub2` parameter's relation to `all`, does not mention pagination or response structure (no output schema), and leaves some uncertainty about how the agent should interpret the parameters. More detail would make it fully self-sufficient.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by clarifying that the default is classic-only and specifying the `all: true` flag, which is not explicitly stated in the schema. This goes beyond the parameter descriptions.

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 'List all smart lists', which is a specific verb and resource. It also distinguishes between classic and current FUB smart lists, adding scope. It does not explicitly name sibling alternatives like getSmartList, but the plural 'all' adequately differentiates from single-list operations.

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 clear context on default behavior (classic only) and how to expand to include current FUB smart lists using `all: true`. This guides the agent on when to pass the additional parameter. However, it does not explicitly mention when not to use this tool or name alternatives, so it lacks full exclusions.

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/NerdSnipe-Inc/follow-up-boss-mcp'

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