Skip to main content
Glama

Configure AdvocateHub tenant credentials

configure_tenant

Configures organization credentials (API token and org ID) or SSO hub URL, required before using other tools.

Instructions

Supplies org-wide API credentials (api_token + org_id) and/or hub_url for SSO. Required before other tools when the server started unconfigured. Org-token tools need api_token + org_id; SSO-only sessions need only hub_url (org id is derived from the JWT after sso_login).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idNoNumeric organization id (X_ORG_ID). Required with api_token.
hub_urlNoHub web app origin for SSO tools (e.g. https://yourhub.influitives.com).
base_urlNoREST API origin (default: https://api.influitives.com).
validateNoWhen true (default), validates org credentials via GET /api/members/me when api_token is supplied.
api_tokenNoNarci API token from hub Admin → Integrations → Influitive API. Optional for SSO-only.
Behavior4/5

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

Annotations already declare readOnlyHint=false and destructiveHint=false. The description adds behavioral context by explaining the precondition ('Required before other tools') and the validation behavior via the 'validate' parameter. It does not disclose all side effects (e.g., whether credentials are persisted), but it goes beyond what annotations alone provide.

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?

Three sentences, front-loaded with the core purpose, then prerequisites, then parameter-mode rules. No fluff; every sentence serves a distinct purpose.

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?

Given the tool's moderate complexity (5 params, no output schema), the description covers the main modes, a prerequisite, and validation behavior. It does not describe return values, but that is less critical for a setup tool. The schema already documents all parameters, so the description is appropriately complementary.

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?

Schema coverage is 100%, so baseline is 3. The description elevates this by explaining the semantic relationships between parameters: 'Org-token tools need api_token + org_id; SSO-only sessions need only hub_url (org id is derived from the JWT after sso_login).' This is meaningful guidance not present in the schema.

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 clearly states the tool's verb and resource: 'Supplies org-wide API credentials (api_token + org_id) and/or hub_url for SSO.' It also distinguishes itself from siblings by framing itself as a prerequisite setup tool, distinct from listing, auditing, and identity-context tools.

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?

The description explicitly says when to use the tool: 'Required before other tools when the server started unconfigured.' It also provides mode-specific guidance (org-token vs. SSO-only). However, it does not explicitly state when NOT to use it or mention alternative tools, falling short of the '5' bar for explicit exclusions/alternatives.

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/akashtrilogy/advocatehub-influitive-mcp'

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