Skip to main content
Glama

Get project context

get_project_context

Retrieve full production context for a project: GitHub, Vercel, Supabase, Stripe, allowed actions, blocks, audit history, and suggested safe next actions.

Instructions

THE tool to call FIRST. Returns the full production context for a project/environment: GitHub repo, Vercel project + live latest deployment status/URL/failure, Supabase project, Stripe mode, what is allowed / blocked / approval-required, project memory, recent audit history, suggested safe next actions, and a human-readable summary. Pass environment to focus on one (recommended); otherwise all environments are returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoProject id or slug; uses selected if omitted
environmentNoEnvironment id or name to focus on (e.g. 'staging')
Behavior4/5

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

With no annotations, the description indicates a read-only, non-destructive operation by stating it 'returns' data. It does not contradict any assumed behavior, though it could explicitly mention idempotency or safety.

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?

The description is concise and front-loaded with the key usage instruction. It packs extensive information into a single paragraph without redundancy, though could be slightly more structured.

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 no output schema and many sibling tools, the description fully explains what the tool returns and its role as the starting point. It covers all essential aspects for an AI agent to use it 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?

Schema provides 100% coverage with descriptions. The description adds value by explaining the recommended use of `environment` and the behavior when omitted (returns all environments).

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 identifies the tool as a comprehensive context retriever for a project, listing specific data categories (GitHub, Vercel, Supabase, Stripe, etc.) and emphasizing it as the first tool to call. This distinguishes it from sibling tools which are more specific actions.

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 states it should be called first, recommends passing an environment to focus on one (or omitting for all environments). This provides clear when-to-use guidance and parameterization advice.

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/ucsandman/DashClaw'

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