Skip to main content
Glama
Dot-Fun

Fathom AI MCP Server

by Dot-Fun

list_teams

Retrieve all teams accessible to the authenticated user, with pagination support. Includes team names and creation dates.

Instructions

List all teams accessible to the authenticated user.

Returns a paginated list of teams with their names and creation dates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoCursor for pagination

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Without annotations, the description carries the full burden, and it discloses pagination, the returned fields (names and creation dates), and the authentication scope ('accessible to the authenticated user'). It does not mention edge cases like empty lists or rate limits, but provides solid behavioral 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 two concise sentences, front-loaded with the action and scope. Every sentence adds value with no fluff or redundancy.

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?

The description covers the essential aspects: what the tool does, pagination behavior, and the returned data. With an output schema present (as indicated), the description does not need to explain return value details further. It is complete for a simple list tool.

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

Parameters3/5

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

The schema description coverage is 100% for the only parameter (cursor), and the tool description adds little beyond what the schema already states about pagination. The description's mention of pagination aligns with the schema, but does not add significant new meaning.

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 the tool lists teams accessible to the authenticated user, using a specific verb and resource. It distinguishes itself from siblings like list_meetings and list_team_members by explicitly focusing on teams.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for listing teams, but it does not explicitly compare with alternatives or state when to use this tool over list_team_members. The context is clear for the primary use case, but no exclusions or alternative guidance is provided.

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/Dot-Fun/fathom-mcp'

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