Skip to main content
Glama
Josh-E-S
by Josh-E-S

list_resources

Read-onlyIdempotent

List Pexip configuration resources like SIP proxies, DNS servers, backups, and more. Use filters to narrow results.

Instructions

List any Pexip configuration resource that has no dedicated tool.

This is the catch-all listing tool. Supported resources by area:

  • Admin auth & roles: authentication, role, ldap_role, permission, adfs_auth_server, adfs_auth_server_domain, identity_provider, identity_provider_group, user_group, user_group_entity_mapping.

  • Integrations & signaling: teams_proxy (Microsoft Teams Connectors), azure_tenant (Teams CVI tenant), gms_access_token, gms_gateway_token (Google Meet), ms_exchange_connector, exchange_domain, sip_proxy, sip_credential, mssip_proxy, h323_gatekeeper, turn_server, stun_server, policy_server, policy_profile, break_in_allow_list_address, telehealth_profile.

  • Scheduling & sync: registration, conference_sync_template, ldap_sync_field, scheduled_conference, scheduled_alias, recurring_conference.

  • Media library: media_library_entry, media_library_playlist, media_library_playlist_entry.

  • Platform & certificates: management_vm, licence, licence_request, media_processing_server, diagnostic_graphs, ca_certificate, tls_certificate, certificate_signing_request.

  • MJX / One-Touch Join: mjx_integration, mjx_endpoint, mjx_endpoint_group, mjx_meeting_processing_rule, mjx_exchange_deployment, mjx_exchange_autodiscover_url, mjx_graph_deployment, mjx_google_deployment.

  • System infrastructure: dns_server, ntp_server, http_proxy, syslog_server, snmp_network_management_system, smtp_server, static_route, ssh_authorized_key.

  • Backups & upgrades: system_backup (existing system backups), autobackup (backup schedule), upgrade, software_bundle, software_bundle_revision, scheduled_scaling.

  • Web app: webapp_alias, webapp_branding, external_webapp_host.

Call get_resource_schema(resource) to discover filterable fields.

Args: resource: API resource name from the list above (e.g. "sip_proxy", "system_backup", "teams_proxy", "dns_server"). name_contains: Case-insensitive substring match on the name field. filters: Additional query filters as key-value pairs (e.g. {"enable": true}). Keys must match the resource's field names. limit: Max results per page (default 20). offset: Pagination offset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
filtersNo
resourceYes
name_containsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, making the safety profile clear. The description adds no further behavioral details (e.g., pagination defaults, auth requirements) beyond the resource scope, so it does not significantly extend transparency beyond annotations.

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

Conciseness4/5

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

The description is well-structured into a purpose statement, categorized resource list, a cross-reference note, and labeled parameter descriptions. While lengthy due to the exhaustive resource list, every section adds necessary value for a catch-all tool. A slight improvement could be a more compact grouping.

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's broad scope (many configuration resources) and the existence of an output schema, the description covers purpose, all supported resources (key for catch-all), parameter semantics, and cross-reference for filters. It is sufficiently complete for an agent to select and invoke the tool correctly.

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 0%, so the description carries the full burden. It explains each parameter: resource (with reference to the enumerated list), name_contains (case-insensitive substring match), filters (key-value pairs with key constraint), limit, and offset (pagination). This fully compensates for missing schema descriptions.

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 it lists any Pexip configuration resource that has no dedicated tool, with a comprehensive categorized list. This distinguishes it from sibling tools that target specific resources or provide different operations.

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 calls it a 'catch-all' tool and lists all supported resources, implying usage when no dedicated list tool exists. It also references get_resource_schema for filterable fields, guiding effective use. However, it does not explicitly state when NOT to use it, but the resource list effectively conveys scope.

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/Josh-E-S/pexip-mgmt-mcp'

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