Skip to main content
Glama

Add Target Pack

add_target_pack

Add a track's entire set of target firms at once. Resolves each firm's job board from its careers page so find_jobs works immediately.

Instructions

Add a whole track's worth of target firms at once.

Each firm's job board is resolved from its careers page as it is added, so find_jobs works immediately for the firms that have a readable board.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packYesconsulting | investment_banking (aliases: finance, banking, MBB).
resolveNoLook up each firm's board from its careers page. Off is faster.
priority_maxNo1 adds only the top-tier firms, 3 adds everything.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the side effect of resolving job boards and the benefit for find_jobs, but does not mention potential failure modes, permission requirements, or reversibility. The disclosed behavior is useful but not exhaustive.

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 compact and front-loaded with the core purpose in the first sentence. The second sentence adds a crucial behavioral detail in a few words. Every sentence earns its place with no redundancy.

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?

The tool has an output schema (though not detailed here) and all parameters are documented in the schema. The description explains the key side effect and outcome. It is complete enough for an agent to call it correctly, though it could mention processing-time implications or error handling.

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 covers all parameters with descriptions (100% coverage), so the description adds minimal extra value. It does clarify the 'resolve' behavior in prose, but priority_max is only described in the schema. Baseline of 3 is appropriate given the high schema coverage.

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's action ('Add a whole track's worth of target firms at once') and the resource it operates on (target firms). It is distinct from sibling tools like add_target_company, which adds a single company, making it easy for an agent to differentiate.

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 implies the tool is for batch adding target firms and explains a key behavioral consequence (resolving job boards so find_jobs works immediately). It does not explicitly list when not to use it or alternatives, but the context is clear enough for most scenarios.

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

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/nhemrajani/mba-mcp'

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