Skip to main content
Glama
DarkLvrd

agentic-linkedin

by DarkLvrd

Update the selector registry

update_registry

Apply a reviewed selector to the live runtime overlay so UI fixes take effect immediately, without redeploying the integration.

Instructions

Applies a reviewed selector entry to the runtime overlay — fixes land without a redeploy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
selectorIdYes
strategiesYes
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It openly reveals that this mutates the runtime overlay and that effects appear without redeployment. Still, it does not say whether existing selectors are overwritten, whether the operation is idempotent, or what happens on failure.

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 one crisp sentence with a front-loaded action and a useful consequence. Every word earns its place; there is no filler or repetition of schema details.

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

Completeness3/5

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

The tool itself is simple and the schema defines the parameter shapes, so the description is close to sufficient. However, without annotations or an output schema, an agent still lacks context about preconditions (what 'reviewed' requires), whether the change persists, and what the tool returns on success.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description needed to explain what selectorId and strategies mean beyond their schemas. It only says 'selector entry', which gives domain context but does not clarify the role of either parameter or how strategies relate to the selector.

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

Purpose4/5

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

The description states a specific verb and resource: 'applies a reviewed selector entry to the runtime overlay'. It is not a tautology and communicates a distinct action from siblings like approve, reject, or dry_run, though it does not explicitly name a sibling for comparison.

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

Usage Guidelines3/5

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

The phrase 'applies a reviewed selector entry' implies this is the post-review application step, and 'fixes land without a redeploy' clarifies when it is useful. However, there are no explicit when-to-use or when-not-to-use guidelines, and no alternative tools are named.

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/DarkLvrd/linkedin-mcp'

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