Skip to main content
Glama
satovarb16
by satovarb16

setup_profile

Saves a structured profile extracted from a CV to local storage. Prepares candidate data for job evaluation.

Instructions

Save a structured profile extracted from the user's CV.

Before calling this, read the user's CV file (.pdf or .docx) and extract the structured fields (name, email, location, skills, experience, education, languages, summary) into the profile argument. This tool only persists that data to ~/.config/runway-mcp/profile.json.

Fails if a profile already exists — use update_profile to replace it.

Args: profile: The structured profile extracted from the candidate's CV.

Returns: ProfileSetupResult with success=True and a profile summary on success, or success=False with an error_message on failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successYes
storage_pathNo
error_messageNo
profile_summaryNo
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the persistence path (~/.config/runway-mcp/profile.json), the failure condition on existing profile, and the return type (ProfileSetupResult). Does not contradict any annotations (none provided). Could add more detail on idempotency or permissions, but current detail is sufficient.

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

Conciseness4/5

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

Description is well-structured with a clear purpose statement, prerequisites, behavior notes, and parameter/return sections. It is slightly verbose but not wasteful. Front-loaded with the core verb.

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 no annotations and presence of output schema, the description explains key aspects: prerequisite, failure mode, file path, and return behavior. It adequately covers the tool's usage for an AI agent to decide and invoke correctly.

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?

Only one parameter (profile). The description does not add meaning beyond the input schema, which already includes detailed descriptions for each field and sub-object. Baseline 3 is appropriate since schema coverage is effectively high due to embedded descriptions.

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?

Clearly states the tool's purpose: 'Save a structured profile extracted from the user's CV.' Provides specific verb (save) and resource (profile), and distinguishes from sibling tools by noting it fails if profile already exists, pointing to update_profile as the alternative.

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?

Explicitly instructs to read the CV before calling, and explains the failure condition and alternative tool: 'Fails if a profile already exists — use update_profile to replace it.' This provides clear context on when and when not to use it.

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/satovarb16/runwayMCP'

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