Skip to main content
Glama
Casius999

decroche-mcp

by Casius999

analytics_track

Insert or update job application records in the CRM with details like company, role, and stage to manage your job search pipeline.

Instructions

Track (insert or update) an Application in the CRM.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appYesThe Application to persist.
db_pathYesAbsolute path to the SQLite database file.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
job_idNo
companyNo
role_titleNo
source_channelNocold_apply
urlNo
apply_urlNo
stageNosaved
stage_historyNo
resume_version_idNo
cover_letter_idNo
contact_idsNo
notesNo
thank_you_sentNo
follow_up_sentNo
tagsNo
Behavior2/5

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

With no annotations provided, the description bears the full burden of behavioral disclosure. It states 'insert or update' but does not explain idempotency, overwrite behavior, side effects, or output. It also omits that the tool writes to a local SQLite file via 'db_path', which is important for the agent to understand.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, achieving conciseness but lacking structure. It does not front-load the most critical information or provide any breakdown of parameters or use cases.

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

Completeness2/5

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

Given the complexity (nested app object, many fields, output schema exists), the description is far too short. It fails to explain the relationship to the CRM, the analytics context, or how the tool fits into the workflow. The agent lacks essentials like what the output returns or how 'track' differs from similar tools.

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?

Schema description coverage is 100%, so the schema already documents parameters adequately. The description adds no extra meaning beyond what the schema provides (e.g., 'The Application to persist' for the app parameter). Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action: 'Track (insert or update)' and the resource: 'an Application in the CRM.' It distinguishes from siblings like 'analytics_list_apps' (list) and 'analytics_update_stage' (stage-only update), though the term 'Track' is slightly ambiguous given the tool name 'analytics_track'.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. There is no mention of when not to use it, or which sibling tools are more appropriate for specific tasks (e.g., listing applications or updating only the stage). The description lacks any usage 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/Casius999/decroche-mcp'

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