Skip to main content
Glama

Cloud Signal Connectors Tool

signal_connectors

Manage signal connectors and knowledge graphs to handle alerts, tickets, Slack messages, HTTP monitoring, and search facts across platforms like GitHub, Jira, and Linear.

Instructions

Manage signal connectors and knowledge graph. Actions: ticket, alert, slack, http_monitor, clearcue, intent_score, kg_search, kg_facts, kg_add_fact, inbound_connector, subscription, telegram. Note: supabase connector not available in cloud.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: ticket, alert, slack, http_monitor, clearcue, intent_score, kg_search, kg_facts, kg_add_fact, inbound_connector, subscription, telegram
driverNoConnector driver for setup instructions: github | github_issues | jira | linear
urlNoURL to monitor (required for add)
monitor_typeNoMonitor type: availability | content_change | both (default: availability)availability
nameNoHuman-readable name for the monitor (optional, defaults to hostname)
connector_idNoConnector UUID (required for remove)
expected_statusNoExpected HTTP status codes (default: [200])
ssl_checkNoAlert when SSL certificate expires within 14 days (default: true)
entity_keyNoStable identifier for the entity: LinkedIn URL, company domain, or website URL. Required for get_score and get_signal_history.
entity_typeNoEntity type: company | person
thresholdNoMinimum threshold for list_hot_leads: hot (80+) | warm (50+) | lukewarm (20+)
limitNoMaximum number of results for list_hot_leads (default 20, max 100)
queryYesNatural language search query, e.g. "CEO of Acme Corp" or "latest price of Competitor X"
relation_typeNoFilter by relation type (snake_case), e.g. works_at, has_price, has_status, acquired_by
include_historyNoInclude invalidated historical facts (default: false — only current facts)
entity_nameYesName of the entity to look up, e.g. "Alice Chen" or "Acme Corp"
source_entityYesName of the source entity, e.g. "Alice Chen" or "Acme Corp"
source_typeYesType of the source entity: person | company | location | product | topic
target_entityYesName of the target entity, e.g. "Beta Corp" or "$79/month"
target_typeYesType of the target entity: person | company | location | product | topic
factYesHuman-readable fact statement, e.g. "Alice Chen is VP Engineering at Beta Corp"
valid_atNoISO 8601 datetime when this fact became true (defaults to now if omitted)
subscription_idNoSubscription UUID (required for get/toggle/delete)
integration_idNoIntegration UUID to bind this subscription to (required for create)
filter_configNoDriver-specific filter config. GitHub: {repo, filter_branches, event_types}. Linear: {team_id, resource_types, filter_actions}. Jira: {project_key, webhook_events}.
bot_tokenNoBot token from BotFather (required for register)
routing_modeNoRouting mode: assistant | project | trigger_rules (default: assistant)assistant
Behavior2/5

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

With no annotations provided, the description carries the full disclosure burden but lacks critical behavioral details: it doesn't explain side effects (e.g., does 'kg_add_fact' trigger immediate graph updates?), auth requirements, rate limits, or the synchronous/asynchronous nature of operations like HTTP monitoring setup. The 'Cloud' context in the title is noted but not explained behaviorally.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The three-sentence structure is appropriately concise and front-loaded, with the primary purpose stated first. However, given the extreme complexity (27 parameters across 13 distinct sub-operations), the dense enumeration of actions in prose form hinders readability; structured formatting or action-grouping would improve clarity without sacrificing brevity.

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?

Severely inadequate for a high-complexity, multi-action tool with 27 parameters and no output schema. The description fails to document what any of the 13 actions actually do, what they return, or how the required parameters (8 total) map to specific action workflows. A unified interface of this scope requires action-specific documentation that is entirely absent.

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 description coverage is 100%, establishing a baseline of 3. The description adds marginal value beyond the schema by noting the Supabase cloud limitation and framing the action list as 'Actions' rather than just enum values. However, it doesn't explain parameter relationships (e.g., 'driver' appears agnostic to 'action') or complex object structures like 'filter_config'.

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?

The description states the tool manages 'signal connectors and knowledge graph' with a clear verb (manage), but conflates two distinct domains without clarifying their relationship. While it lists available actions, it doesn't distinguish this tool from sibling 'signal_manage' or explain why these 13 disparate functions (HTTP monitoring to Telegram to knowledge graph facts) belong to a single tool.

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?

No explicit guidance exists on when to use specific actions versus alternatives, nor prerequisites for the required complex parameters (e.g., when is 'entity_name' needed vs 'source_entity'?). The note about Supabase being unavailable in cloud is a constraint, not usage guidance, and fails to clarify the multi-action workflow.

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/escapeboy/agent-fleet-o'

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