Skip to main content
Glama
Kav-png

quantjobs

by Kav-png

add_jobs

Add quant job listings to the database after a web search. The tool normalizes skills, infers role types, scores fit, and merges duplicates automatically.

Instructions

Add jobs to the database (use after a web search for quant roles).

Each job dict should include at least firm and title. Useful fields: role_type (quant_dev|quant_researcher|quant_trader|quant_analyst|other), location, url, description, must_have (list), nice_to_have (list), skills (list), comp_min, comp_max, currency, posted_at. Skills are normalised, role type inferred, fit scored, and duplicates merged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobsYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses non-obvious behaviors: skills normalization, role type inference, fit scoring, and duplicate merging. This adds significant value beyond a simple add operation.

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: the first provides purpose and usage context, the second lists key fields. Every sentence earns its place with no redundancy or verbosity.

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 parameter and absence of output schema or annotations, the description covers purpose, usage context, parameter details, and behavioral notes. It lacks mention of return values or side effects, but for a straightforward add tool, this is largely complete.

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

Parameters5/5

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

The schema only defines a generic array of objects with additionalProperties. The description lists specific useful fields (e.g., role_type enum, comp_min, skills) and their purposes, compensating fully for the 0% 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 adds jobs to the database and specifies usage after a web search for quant roles. It distinguishes from sibling tools like search_jobs and update_job by its focus on adding new entries.

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 provides explicit context: 'use after a web search for quant roles'. While it doesn't explicitly state when not to use or list alternatives, the context is clear and differentiates this tool from modification or search siblings.

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/Kav-png/quantjobs'

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