Skip to main content
Glama

keywordise

Apply to my matching jobs

start_apply_run
Destructive

Start an application run: Keywordise takes up to limit of the matching jobs (same filters as list_matching_jobs, best fit first, never one already applied to), tailors the CV and cover letter for each, answers the employer's screening questions from the saved answers, and SUBMITS inside the employer's own system. Real applications leave in the person's name; needs a confirmed email and an active plan; counts against the plan. dry_run=true does everything except submit. Poll get_apply_run_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
freshNoFreshness window; defaults to the account's saved filter.
limitNo
matchNoMatch tier to draw from; defaults to the account's saved filter.
dry_runNo

TDQS

A4.7/5.0
Behavior5/5

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

The description goes well beyond the annotations by disclosing concrete consequences: it actually submits inside the employer's system, applications leave in the person's name, it never re-applies to jobs already applied to, and it consumes plan quota. This is high-stakes behavioral context that an agent needs before invoking the tool, and it aligns with destructiveHint, openWorldHint, and idempotentHint.

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 dense but every sentence earns its place: the action, the safety valve, the prerequisites, the side effects, and the follow-up polling step. The most important consequence—real submission—is front-loaded, and the dry-run escape hatch appears early enough to prevent accidental real applications.

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

Completeness5/5

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

For a complex, destructive, externally visible operation with no output schema, the description is remarkably complete: prerequisites, side effects, plan usage, filter semantics, duplicate avoidance, dry-run mode, and status polling are all covered. An agent has enough information to decide whether to call it, how to call it safely, and what to do afterward.

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?

With only 50% schema description coverage, the description compensates by explaining `limit` (takes up to limit matching jobs) and `dry_run` (does everything except submit). The `fresh` and `match` parameters remain schema-covered with defaults explained, and tying them to 'same filters as list_matching_jobs' adds valuable cross-tool context.

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 states a specific verb and resource: 'Start an application run' and then explains exactly what that entails—tailoring CV/cover letters, answering screening questions, and submitting inside the employer's system. It clearly differentiates from siblings by referencing list_matching_jobs filters and get_apply_run_status for polling, so an agent can distinguish it from preview, listing, or status tools.

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 gives strong contextual usage signals: real applications are submitted, prerequisites are a confirmed email and active plan, it counts against the plan, and dry_run=true is the non-submitting safe path. It does not explicitly name alternatives like preview_tailored_cv or stop_apply_run, but it clearly implies when the tool is appropriate and what preconditions must hold.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation4/5

Tool purposes are generally distinct and well-described, but a few clusters overlap in function: answer_screening_question vs save_answer both write to the answer book, get_my_profile vs get_account both report plan status, and the CV preview/sent-CV/base-CV tools could be confused. The detailed descriptions mitigate most misselection, so this is only a minor issue.

Naming Consistency4/5

The set almost uniformly uses snake_case verb_noun names like list_, get_, update_, create_, delete_, and start_/stop_. Minor deviations such as login, describe_what_i_want, and the get_my_* vs list_* alternation prevent a perfect score, but the overall pattern is predictable and readable.

Tool Count2/5

49 tools is far above the 25+ threshold and will burden agent tool selection even though many are legitimate single-purpose operations. Several groups could be consolidated—billing links, API-key management, and the CV PDF family—without hurting clarity.

Completeness4/5

The surface covers the full lifecycle: account creation/auth, profile and CV, targeting, matching, apply runs, screening answers, tracking, billing, export, and deletion. Minor gaps remain, such as no application-level detail/withdrawal endpoint and no direct way to save a parsed CV without re-uploading, but agents can work around them.

Resources