Skip to main content
Glama

Log interview

log_interview

Log interview details for a job application: schedule, status, attendees with profile links, related links, and recap. Syncs next-interview date.

Instructions

Log an interview for an application (max 10 per application): when it takes place, its status (planned or done), who attends (each with an optional profile link), related links (prep materials the company sent, meeting URL), and a short recap of what was discussed. Also keeps the application's next-interview date in sync. Example: log_interview({application_id: "...", scheduled_at: "2026-07-20T14:00:00+02:00", status: "planned", attendees: [{name: "Anna Weber (HR)", url: "https://linkedin.com/in/annaweber"}], links: [{label: "Prep materials", url: "https://company.com/interview-prep"}], recap: "System design round"}).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linksNoRelated links: prep materials, meeting URL, docs
recapNoShort recap of what was discussed
statusNoplanned (default) or done
attendeesNoWho attends, each with an optional profile link
scheduled_atYesISO datetime with offset, e.g. 2026-07-20T14:00:00+02:00
application_idYes
Behavior4/5

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

Annotations indicate non-readonly and non-destructive. Description adds side-effect context: 'keeps the application's next-interview date in sync.' No contradiction. Lacks details on authentication or rate limits but sufficient for a simple creation tool.

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 focused sentences plus example. Front-loaded with action and constraint. Every sentence adds value: purpose, fields, side effect, example. No fluff.

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?

Covers inputs, behavior, and side effect. No output schema, but description adequate. Could mention max limit enforcement or error cases, but overall complete for a mutation tool.

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?

Input schema has 83% description coverage. Description adds meaning by enumerating fields (scheduled_at, status, attendees, links, recap) and providing an example. Clarifies 'status' enum and 'profile link' optionality, supplementing schema.

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?

Description uses specific verb 'Log' and resource 'interview for an application', includes max limit (10 per application), lists key fields, and provides a concrete example. Clearly distinguishes from siblings like 'add_note' or 'attach_analysis'.

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?

States clear purpose and constraint ('max 10 per application'). While no explicit 'when not to use' or alternatives, the context signals show distinct sibling tools, and the description implies when to invoke (recording an interview). Could be improved with 'use this instead of...' but still clear.

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/DmytroRybka/jobctl-claude'

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