Skip to main content
Glama
BACH-AI-Tools

Realty In Ca1 MCP Server

agentsdetail

:

Instructions

Get detail information of an agent

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe value of IndividualID field returned in .../agents/list endpoint0
CultureIdNo1 - English|2 - French1
Behavior2/5

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

No annotations are provided, so the description carries full disclosure burden. It uses 'Get' implying read-only access, but doesn't confirm safety, idempotency, caching behavior, or error handling (e.g., what happens if the agent ID doesn't exist).

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 single sentence is front-loaded and efficient with no redundancy. However, it is under-specified rather than optimally concise—additional behavioral or scoping details would improve utility without harming clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a two-parameter retrieval tool without output schema or annotations, the description is insufficient. It fails to hint at the response structure, expected data fields, or rate limiting considerations that would help an agent predict the tool's utility and handle results.

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?

With 100% schema description coverage, the structured fields already document that 'id' references the agents/list endpoint and 'CultureId' controls language. The description adds no additional parameter context, syntax help, or usage examples, meeting the baseline for high-coverage schemas.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

States the tool retrieves detailed information for an agent, but 'detail information' is vague and doesn't specify what data is returned (contact info, stats, etc.). It implies single-record retrieval which distinguishes it from the 'agentslist' sibling, but doesn't explicitly differentiate or clarify scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides no guidance on when to use this tool versus alternatives. While the schema parameter description mentions the ID comes from the agents/list endpoint, the main description lacks explicit prerequisites, sequencing guidance, or exclusion criteria.

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/BACH-AI-Tools/bachai-realty-in-ca1'

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