Skip to main content
Glama
nima-karami

nima-career-mcp

by nima-karami

get_role

Retrieve a role's full details, including its evidence bank and approved resume bullets, after discovering valid role IDs with list_roles.

Instructions

Get one role in full, including its evidence bank and approved resume bullets.

Use list_roles first to discover valid role ids (e.g. 'timeplay').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
role_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
orgYes
titleYes
startYes
endNo
company_idNo
locationNo
summaryNo
tagsNo
evidenceNo
bulletsNo
Behavior3/5

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

No annotations are present, so the description must fully convey behavior. It confirms the operation is read-only and details the contents returned. However, it does not mention error conditions, permissions, or rate limits, which would be important for a complete behavioral profile.

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 sentences, no unnecessary words, and key information is front-loaded. Every word adds value.

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?

Given that an output schema exists, the description does not need to detail return values. The description covers the tool's purpose, prerequisite, and parameter usage. For a simple retrieval tool, this is complete.

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?

Schema description coverage is 0%, so the description must compensate. It explains that role_id should be obtained from list_roles and gives an example value, adding meaning beyond the bare schema. A slightly higher score could be given if it also described the expected format or constraints.

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 action ('Get one role in full') and specifies what is included (evidence bank and approved resume bullets). It distinguishes itself from list_roles by indicating this tool retrieves a complete single role rather than a list.

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 explicitly advises to use list_roles first to discover valid role ids and provides an example ('timeplay'). This gives clear guidance on when to use the tool and how to prepare the input.

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/nima-karami/nima-career-mcp'

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