Skip to main content
Glama
avivancos
by avivancos

start_application

Launch a supervised application session for an approved match, running duplicate and daily-cap preflight checks, then returning a browser execution plan with no submit step.

Instructions

Start a supervised application session for an APPROVED match: runs the preflight (dedup gate, daily cap) and returns the step plan YOU execute in the user's browser. The plan never contains a submit step — request_submit is the only submission route and the human decides.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
finding_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by disclosing the preflight checks (dedup gate, daily cap), the return of a step plan, and the exclusion of submit steps. However, it doesn't mention potential side effects on state (e.g., whether a session is created or if any record is marked) or what happens on preflight failure.

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 two sentences long, front-loaded with the core purpose, and every clause adds value. It flows well and contains no redundant information.

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 that an output schema exists, the description doesn't need to detail the response format, but it covers the key execution context: preflight steps, the step plan, the exclusion of submission, and the human-in-the-loop requirement. It could mention error handling or prerequisites (e.g., calling after approve_match), but overall it's sufficiently complete for the task.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it only implies that 'finding_id' refers to an approved match without explicitly defining the parameter. The context gives some hint, but it doesn't clearly state the format, source, or validation rules for finding_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 clearly states the tool's purpose with a specific verb ('start') and resource ('supervised application session'), explicitly scoped to 'APPROVED match'. It also distinguishes itself from the sibling tool 'request_submit' by clarifying that the returned plan never contains a submit step.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance ('for an APPROVED match') and explicitly names the alternative submission route ('request_submit is the only submission route'). It also implies that the agent should execute the step plan in the user's browser, providing clear operational context.

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/avivancos/mcpforwork'

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