Skip to main content
Glama
Comradery64

open-greenhouse-mcp

by Comradery64

get_activity_feed

Retrieve a candidate's activity timeline to see notes, emails, stage changes, and other events in chronological order. Use candidate ID to get the full history.

Instructions

Get a candidate's activity timeline. Read-only.

Users say "show me Sarah's history" or "what's happened with this candidate?" To find candidate_id: search_candidates_by_name. Returns notes, emails, stage changes, and other timeline events in chronological order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
candidate_idYesGreenhouse candidate ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It explicitly states 'Read-only' and describes the return content (notes, emails, stage changes) in chronological order, which are important behavioral traits. It does not cover every possible edge case (e.g., pagination), but for a simple read-only timeline it is sufficiently transparent.

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 concise and well-structured: a clear one-line purpose, a read-only declaration, example phrasing, a prerequisite link, and a summary of the return content. Every sentence contributes meaning without redundancy.

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?

For a tool with one parameter and an output schema, the description covers purpose, behavior, usage context, and parameter acquisition. The output schema handles return values, so no further detail is needed. It is complete for an agent to select and invoke correctly.

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?

The schema already provides 100% coverage for candidate_id with 'Greenhouse candidate ID'. The description adds value by pointing to search_candidates_by_name as a way to obtain the candidate_id, which is a useful cross-reference beyond the 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?

The description clearly states the tool 'Get a candidate's activity timeline' with a specific verb and resource, and differentiates from siblings like get_candidate by focusing on timeline events (notes, emails, stage changes). It is specific and unambiguous.

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?

The description provides clear usage context with example user phrases ('show me Sarah's history') and a prerequisite (use search_candidates_by_name to find candidate_id). However, it does not explicitly mention alternatives or when not to use this tool, so it misses the 'when-not' aspect.

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/Comradery64/open-greenhouse-mcp'

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