Skip to main content
Glama

Get project

dosai_get_project
Read-onlyIdempotent

Full settings of one project: status, channel, model, balance, subscription and counters. Use dosai_get_prompt for the system prompt itself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesProject id, as returned by dosai_list_projects.
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful context about returned fields but does not disclose additional behavioral traits such as auth requirements or error behavior. No contradiction with annotations.

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 concise sentences front-load the purpose, list key returned fields, and point to a sibling tool. No wasted words or 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 single-parameter, read-only tool with strong annotations and no output schema, the description adequately explains what the agent will receive. The pointer to dosai_get_prompt covers the main adjacent use case, making this complete.

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?

The input schema has 100% coverage: project_id is described as 'Project id, as returned by dosai_list_projects.' The description adds no parameter-specific details, so the baseline of 3 is appropriate.

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 verb and resource: it retrieves one project's full settings, enumerating specific fields (status, channel, model, balance, subscription, counters). It also distinguishes from dosai_get_prompt, making the tool's purpose unambiguous.

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 tells the agent to use dosai_get_prompt for the system prompt, providing an alternative. It also implies this tool is for detailed project settings, which separates it from list-style siblings and other getter tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources