Skip to main content
Glama

Open the Informer configuration page

open_setup
Idempotent

Opens the Informer configuration page to manage API keys, security codes, client access, and fix 401 authentication errors.

Instructions

Open the Informer settings, configuration or setup page. This is the single answer to every request about configuring this server: first-time setup, "open the config/settings/configuration site", adding a client or administration, changing or rotating an API key or security code, switching a client between read-only and read-write, removing one, or fixing a call that failed with 401 Authentication failed. It opens a form on 127.0.0.1 in the user's browser, one card per administration: alias, company name, API key, security code, access. Call this instead of searching the filesystem for config files, reading the installation directory, running the setup command in a shell, or asking the user for a key in the conversation — credentials belong in the page, not in a chat. Returns the URL to pass on in case the browser did not open. Saving verifies each key against the API and applies the change to this server immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the annotations (idempotentHint=true, destructiveHint=false), the description discloses important behavioral traits: it opens a form on 127.0.0.1 in the user's browser, returns a URL to pass on, and that saving verifies keys against the API and applies changes immediately. This significantly enriches the agent's understanding of side effects and environment interaction.

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 comprehensive yet efficient: the purpose is front-loaded in the first sentence, followed by concrete examples and explicit exclusions. It is longer than average but every clause serves a purpose, and the structure guides the agent from what it does, to when to use it, to what to expect.

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

Completeness5/5

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

Given the tool has no parameters and no output schema, the description covers all necessary context: purpose, use cases, exclusions, behavior, and return value. The agent has everything needed to invoke and handle the tool correctly without further guidance.

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?

With zero parameters in the schema, the description cannot add parameter-level meaning. The baseline of 4 is appropriate because there is no parameter information needed; the description instead covers the tool's behavior and usage, which is more relevant here.

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 opens with a clear verb and resource: 'Open the Informer settings, configuration or setup page.' It enumerates specific use cases (first-time setup, adding a client, rotating API keys, fixing 401 errors) and contrasts with the CRUD-heavy sibling tools, making the tool's scope unmistakable.

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?

The description explicitly declares this is 'the single answer to every request about configuring this server' and lists concrete scenarios. It also names alternatives to avoid: searching the filesystem, reading installation directory, running setup commands, or asking the user for a key in chat, giving clear when-to-use and when-not-to-use guidance.

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

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/vladxyz/informer-mcp'

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