Skip to main content
Glama

get_project_onboarding_context_tool

Retrieve a situation report with project info, recent activity, active agents, key decisions, and personalized context to understand a project's state before starting work.

Instructions

Get comprehensive onboarding context when entering a project.

Returns a complete 'situation report' including project info, recent activity, active agents, key decisions, and personalized context for the agent.

WHEN TO USE:

  • When entering a project to understand the current state

  • Before starting work to see what others are doing

  • When returning to a project after some time

  • To get a full overview of project context

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesYour agent_id from register_agent()
project_idYesProject ID to get context for
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the content returned (project info, recent activity, active agents, key decisions, personalized context) but does not explicitly state that the operation is read-only, mention prerequisites (e.g., active registration), or address potential side effects. The name 'get' implies read, but the absence of explicit safety statements keeps it from achieving a higher score.

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. It opens with a clear purpose statement, follows with a one-sentence summary of the return content, and ends with a bulleted 'WHEN TO USE' list. Every sentence earns its place with no redundant or vague wording.

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 the tool's complexity (returns multiple categories of context) and the absence of an output schema, the description provides a solid high-level overview of what to expect. However, it does not detail the exact structure of the response, potential errors, or any dependencies between parameters. Still, it covers the key content areas and use cases adequately for an agent to decide whether to invoke it.

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 input schema already fully documents both parameters (agent_id and project_id). The description adds no additional semantic detail about the parameters beyond what the schema provides, such as formats, defaults, or constraints. Baseline of 3 is appropriate when schema does the heavy lifting.

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's purpose: 'Get comprehensive onboarding context when entering a project.' It specifies the resource (project context) and the action (get), and distinguishes from siblings like get_project_info or get_project_dashboard by mentioning the 'complete situation report' with specific content categories (project info, recent activity, active agents, key decisions).

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 a clear 'WHEN TO USE' section with specific scenarios: entering a project, before starting work, returning after time, and getting a full overview. This gives strong contextual guidance. It does not explicitly mention when not to use the tool or name alternative tools, but the use cases are clearly delineated.

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/siddiquesahabaj/CoordMCP'

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