Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

forbes_person

Retrieve a Forbes person's profile data by providing their URI, including biography, net-worth, wealth history, personal facts, and list-appearance metadata.

Instructions

Forbes person profile. Returns public Forbes JSON profile data plus the profile page's biography, real-time net-worth display, wealth history, personal facts, editor update, and list-appearance metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uriYesForbes person URI

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does convey read-only behavior by saying it 'Returns public Forbes JSON profile data' and lists what is included, but it does not mention error behavior, data freshness, rate limits, or whether values like real-time net worth change between calls.

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 short and front-loaded, with the resource named first and the returned fields listed compactly. It is efficient, though 'Forbes' and 'profile' appear redundantly across the two sentences.

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 enumerates the expected return content, which is helpful since no output schema exists. However, it leaves the only input ambiguous by not giving a concrete URI example or explaining how to construct or obtain a valid Forbes person URI.

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?

Schema description coverage is 100%, and the only parameter, 'uri', is described as 'Forbes person URI'. The tool description adds no example or format detail (slug vs full URL), but for a single obvious parameter the schema already provides a baseline 3 level of meaning.

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 uses a specific verb ('Returns') and a clear resource ('Forbes person profile'), then enumerates the data categories included. It is distinguishable from siblings like forbes_article, forbes_author, and forbes_billionaires, though it does not explicitly name or contrast them.

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

Usage Guidelines2/5

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

The description does not state when to choose this tool over nearby alternatives such as forbes_author or forbes_billionaires. It implies a use case through the content list, but it gives no explicit context, prerequisites, or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools