Skip to main content
Glama
TheOctMind

Super Fireberry MCP

by TheOctMind

get_objects

List all CRM modules and custom objects to map the system structure before querying or modifying records.

Instructions

Discover all available CRM modules and custom objects. Use this first to understand the system structure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description must carry behavioral disclosure. 'Discover' implies a read-only listing operation, and 'available' scopes the result to existing modules/objects. However, it does not detail the return shape, any prerequisites, or possible side effects, leaving some ambiguity.

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 crisp sentences with no wasted words; the core action is front-loaded and the usage hint follows immediately. Ideal size for an agent-reading description.

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?

For a zero-parameter discovery tool, the description is largely complete: it states the output concept (available modules/custom objects) and the recommended usage position. It stops short of describing the exact response format, but that is a minor gap given the simplicity.

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?

Tool has zero parameters and the schema confirms this, so the baseline of 4 applies. The description adds no parameter-specific detail, but none is required since there is nothing to configure.

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?

States a specific verb and resource: 'Discover all available CRM modules and custom objects.' The phrase 'Use this first to understand the system structure' clearly positions it as the entry-level discovery tool, distinguishing it from siblings like query and get_fields.

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?

Provides explicit timing guidance: 'Use this first to understand the system structure.' This tells the agent when to invoke it, though it does not explicitly name alternative tools or state when not to use it.

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