boothcheck
Server Details
What a stock's price is betting on: implied growth, duration, margin from SEC filings. Free tools.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.2/5 across 5 of 5 tools scored.
Each tool targets a distinct operation: comparison of two stocks, report summary, coverage list, ranking, and single stock inversion. No overlap in purpose.
All names use lowercase and underscores, but patterns vary: verb_noun (compare_priced_in, get_report_summary, list_coverage), adjective_verb (most_stretched), and question (whats_priced_in). Mostly consistent but minor mixing.
Five tools is well-scoped for the domain of implied-expectations stock analysis, covering core operations without being too few or too many.
Tools cover core functionality: single stock inversion, comparison, report, coverage inventory, and ranking. Missing a tool for fetching full raw data for a ticker, but the set is largely complete for its stated purpose.
Available Tools
5 toolscompare_priced_inCompare what two prices assumeARead-onlyInspect
Side-by-side of what two US stock prices are each betting on: implied growth, duration, and margin from a reverse-DCF inversion of each price. No fair values, no ratings — a comparison of the assumptions embedded in the two prices.
| Name | Required | Description | Default |
|---|---|---|---|
| tickerA | Yes | First US ticker, e.g. AMD | |
| tickerB | Yes | Second US ticker, e.g. NVDA |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate read-only behavior. The description adds transparency by detailing the reverse-DCF inversion process and what is compared (growth, duration, margin). It confirms no destructive effects. There is no contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loading the core purpose and then clarifying boundaries. Every word adds value; no unnecessary repetition or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a two-parameter tool with no output schema, the description covers the key outputs (implied growth, duration, margin) and clarifies what it does not provide. It could potentially mention output format or data scope, but it's largely complete given simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with both parameters described as US tickers. The description mentions 'US stock prices' but does not add new meaning beyond the schema. Baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool compares assumptions (implied growth, duration, margin) embedded in two US stock prices via reverse-DCF. It explicitly says what it does not do (no fair values, no ratings), distinguishing it from potential alternatives and sibling tools like 'whats_priced_in' and 'most_stretched'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides context for when to use the tool: comparing assumptions between two US stock prices. It includes an exclusion (no fair values/ratings), which helps guide appropriate use. However, it does not explicitly reference sibling tools or provide direct 'when not to use' guidance, so it's slightly less than perfect.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_report_summaryReport summaryARead-onlyInspect
The bullet takeaways of a boothcheck narrative research report plus which sections exist. Public reports are summarized keylessly; the full cached library needs a member API key. Never a fair value, target, or rating.
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | US stock ticker symbol, e.g. NVDA |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond annotations (readOnlyHint, destructiveHint), the description adds that the tool never returns fair value, target, or rating, and explains access limitations. This adds valuable 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the main purpose, and every sentence adds value. No redundant or unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description adequately covers purpose, access constraints, and content exclusions. It could mention output format but is sufficient for agent understanding.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers 100% of parameters (ticker) with its own description. The description does not add additional semantic information about the parameter, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it provides bullet takeaways and section list of a boothcheck narrative research report. It distinguishes itself by noting public vs member access, though it could more explicitly differentiate from sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context (public vs member) and explicitly states what the tool does NOT return (fair value, target, rating). However, it does not provide guidance on when to use this tool versus its siblings like 'compare_priced_in' or 'list_coverage'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_coverageCoverage listARead-onlyInspect
The honest inventory of what boothcheck currently solves: every US ticker with a live implied-expectations record, with the resolution level each was solved at (whole-company, segment, financials, REIT, and kin). Paginated at 100.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based (100 tickers per page) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and non-destructive. Description adds detail about the data returned (tickers, resolution levels) and pagination, with no contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences, front-loaded with purpose, no wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Low complexity tool with one optional param and no output schema; description adequately covers what is returned and pagination.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, and the page parameter is fully described in schema. Description repeats pagination info but adds no new semantic value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states it lists coverage of US tickers with implied-expectations records and resolution levels, distinguishing it from sibling tools that compare or summarize.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Purpose is implied for inventory queries, but no explicit when-to-use or alternatives guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
most_stretchedMost stretched betsARead-onlyInspect
Rank US stocks by how much growth is already baked into their price (implied operating-income growth from a reverse-DCF read of the current price). Returns the top N with the growth, duration, and margin each price assumes. Not a sell list — a ranking of where the bar to clear is highest.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many names to return (1-20, default 8) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and non-destructive behavior. The description adds value by detailing the output fields (growth, duration, margin) and clarifying that it is a ranking, not a recommendation. No contradictions with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, with the first sentence front-loading the core purpose and methodology. Every phrase adds value, and there is no waste.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has one parameter and no output schema. The description explains the ranking concept, methodology, and output fields (growth, duration, margin). It adequately covers what the agent needs to understand the tool's use, though slightly more detail on output format could elevate it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% for the single parameter 'limit', with a clear schema description. The tool description does not add additional meaning beyond what the schema provides, so per the rubric baseline is 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Rank' and clearly identifies the resource 'US stocks'. It explains the methodology (reverse-DCF) and distinguishes from siblings by focusing on ranking by implied growth. The title 'Most stretched bets' aligns well with the description.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context on what the ranking represents ('where the bar to clear is highest') and explicitly states it is not a sell list. However, it does not explicitly mention when to use this tool versus its siblings (compare_priced_in, whats_priced_in) or provide direct alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
whats_priced_inWhat's priced into a stockARead-onlyInspect
Invert a US stock's current price into the bet it implies: the operating-income growth rate, how many years it must be sustained, and the operating margin the price assumes, versus what the company has actually delivered (from SEC EDGAR filings, reverse-DCF). boothcheck never returns a fair value, price target, or buy/sell rating — it shows what the price assumes so the user can judge the bet. Covers about 2,000 US tickers.
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | US stock ticker symbol, e.g. NVDA |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Description explicitly states it never returns fair value, price target, or buy/sell rating, which is critical behavioral constraint beyond readOnlyHint annotation. Also mentions data source (SEC EDGAR) and method (reverse-DCF). No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is efficient, front-loaded with purpose, each sentence adds value. No redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one parameter and no output schema, description adequately explains what outputs are (growth rate, years, margin) and what is not returned. Could specify output format but not essential for invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Only one parameter (ticker) with schema description. Description adds coverage limitation (~2,000 US tickers) beyond schema, but schema already defines format. Schema coverage is 100%, so baseline 3; description adds moderate extra value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it inverts a US stock's price into implied operating-income growth rate, years sustained, and operating margin. It distinguishes from siblings like compare_priced_in by stating it does not return fair value or ratings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explanation includes when to use (to see what price assumes) and when not (it doesn't give ratings). Also specifies coverage of ~2,000 US tickers, guiding proper use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!