Skip to main content
Glama

Search connector registry

search_connector_registry
Read-onlyIdempotent

When a goal needs a service, search here — do not stop at not-connected. Returns this company's existing connectors, accounts the operator already admins on another FreedomOS company (reuse: "use that account?"), FreedomOS-native doors (house Stripe receive, Cloudflare hosting), then the vetted/rented catalog. Never the open internet. Then call request_connector with the name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoOptional keyword to filter by name or capability (e.g. "ads", "amazon", "analytics"). Omit to list the whole vetted catalog.
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds meaningful behavioral context beyond that: result ordering (existing connectors, cross-company accounts, native doors, catalog), the 'never open internet' scoping rule, and the reuse suggestion ('use that account?'). It enriches the safety profile with domain-specific search behavior.

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 front-loaded with the trigger ('When a goal needs a service'), then enumerates result categories, then gives an exclusion and a follow-up action. Every sentence adds distinct value with no filler; the dashes and parentheses improve readability without bloating.

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 search tool with no output schema, the description explains what kind of results appear and in what order, which is critical for an agent to interpret the response. It stops short of detailing pagination or error cases, but those are minor for a straightforward registry search given its simple parameter set.

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 coverage is 100%, so the schema already documents both parameters, including the optional query filter and the companyId requirements. The description does not add additional parameter-specific meaning; it only implies search semantics. Baseline 3 is appropriate since the schema carries the full weight.

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 uses a specific verb and resource: 'search here' for the connector registry, and enumerates exactly what it returns (existing connectors, admin accounts on other companies, FreedomOS-native doors, vetted/rented catalog). It also distinguishes itself from the sibling request_connector by stating the follow-up call, so an agent can differentiate them without opening schemas.

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?

Provides explicit when-to-use: 'When a goal needs a service' and a negative instruction: 'do not stop at not-connected.' It also sets an exclusion ('Never the open internet') and gives a clear next step ('Then call request_connector with the name'), fully routing the agent among alternatives.

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