Skip to main content
Glama
365diascollaboration-prog

Gerent365 MCP Server

gerent365_login

Authenticate to Gerent365 using email and password, storing session cookies for subsequent tools. Falls back to environment variables when credentials are omitted.

Instructions

Inicia sesión en Gerent365 con email y contraseña. Guarda las cookies de sesión para las demás herramientas. Si no se pasan credenciales, usa las de las variables de entorno.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoEmail de la cuenta (opcional si está en GERENT365_EMAIL).
passwordNoContraseña (opcional si está en GERENT365_PASSWORD).
Behavior4/5

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

With no annotations, the description carries the burden of disclosing side effects. It explicitly states the session cookie persistence and the env var fallback, which are key behavioral traits. It does not mention error handling or re-login behavior, but the essential side effect is covered.

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 two sentences, front-loaded with the primary action, then the session side effect and the env var fallback. Every sentence earns its place with no redundancy.

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 simple login tool with no output schema and no annotations, the description covers the purpose, side effect, and parameter fallback adequately. It lacks details about return values, but that is not required given the minimal complexity.

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?

The input schema already provides 100% parameter descriptions, including the optionality and env var fallback. The description adds little beyond confirming the login purpose, so the baseline of 3 applies.

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 login action ('Inicia sesión en Gerent365 con email y contraseña') and differentiates it from sibling tools by mentioning the session cookie storage for subsequent operations. This is a specific verb+resource with a clear scope.

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 implies usage as a prerequisite by stating it saves session cookies for other tools, and clarifies the credential fallback to environment variables. It lacks explicit exclusion of alternatives, but the context is clear enough for a login tool.

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/365diascollaboration-prog/gerent365-mcp'

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