Skip to main content
Glama
rj250792

Tijori Finance MCP

by rj250792

get_conglomerate_constituents

Retrieve all constituent companies of a conglomerate group and their price returns across multiple time periods using the conglomerate's identifier.

Instructions

Get all constituent companies of a conglomerate group. Pass the tjiid from get_markets({ tab: "conglomerates" }). Returns each company's slug (usable with other tools) and price returns for 1D/1W/1M/3M/6M/1Y/2Y/3Y/5Y/10Y. The conglomerates tab itself shows ROE by year; this tool gives the underlying price performance per stock.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tjiidYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses output details (slug and price returns for multiple periods) and contrasts with the conglomerates tab. However, it does not mention error handling, data freshness, or pagination, which could be expected.

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?

Two sentences front-load purpose and parameter guidance, followed by output details and contrast. Every sentence adds value with no extraneous text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple one-parameter tool with no output schema or annotations, the description covers purpose, parameter source, and output format sufficiently. Minor gaps like error handling or data type for returns do not detract from overall completeness.

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 0%, so description must compensate. It provides meaningful context for tjiid by specifying its origin from get_markets, which aids correct invocation. Yet it could further clarify the property's meaning (e.g., 'conglomerate group ID').

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 uses the verb 'Get' and clearly identifies the resource as 'constituent companies of a conglomerate group'. It also differentiates from siblings by referencing the specific source of the tjiid ('from get_markets({ tab: 'conglomerates' })') and contrasting output with the conglomerates tab's ROE data.

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?

Description explains when to use (after get_markets for a conglomerate) but does not state when not to use or explicitly name alternatives like get_sector_constituents. The contrast with get_markets' tab provides context but lacks explicit redirection.

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/rj250792/tijori-finance-mcp'

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